What are some of the recommendations for implementing a partitioning scheme other than the one suggested by YaST?
What will be an ideal response?
If you want to implement your own partitioning scheme, consider the following recommendations (depending on the amount of space and how the computer will be used, adjust the distribution of the available disk space):
• If your hard disk has less than 4 GB of available space, you should use one partition for the swap space and one for the root partition (/). In this case, the root partition must allow for those directories that often reside on their own partitions if more space is available.
• If your hard disk has more than 4 GB of available space, you should at least create a swap partition and a root partition (4 GB). You can create separate partitions for different directories in your Linux server's file system.
You might also like to view...
Give a command for displaying those lines in a file called ‘employees’ that are not repeated. What is the command line for displaying repeated lines only?
What will be an ideal response?
Write a script cmprpaths that compares the directories specified in CDPATH and PATH, reporting on any that don't appear in both. For example, if
PATH="/bin:/usr/bin/:$HOME/bin" CDPATH="$HOME/bin:$HOME/projects" Then the program would report: $ cmprpaths /bin appears only in PATH /usr/bin/appears only in PATH $HOME/projects appears only in CDPATH $
Subscription to a podcast is usually free.
Answer the following statement true (T) or false (F)
What command contains information about physical NICs and virtual NICs (tunnel adapters)?
A. ping B. route C. ipconfig D. dig