Linux Final Chapter 2
As which user is it bad practice for linux admins to regularly login as to do non-administrative tasks?
root
During installation you need to make sure there is plenty of hard disk space allocated to the partition that is going to hold the entire Linux system. What is the mount point for this partition?
/
Which of the following directories must remain on the same partition? (select three)
/bin and /etc and /lib
Which of the following directories should be part of the partition that holds the root (/) directory? (select three)
/bin and /proc and /etc
You are installing Linux on an old computer with an old BIOS, and you are planning out the partitions of the hard disk drive. Which of the following directories should exist in the first 1024 cylinders of the hard disk drive?
/boot
What is the full path to the directory that contains user data for all standard users on the system?
/home
When manually partitioning your hard drive during installation, which directory, or mount point, should be configured with its own partition in order to keep users from using too much hard drive space (and potentially bringing the Linux system down)?
/home
For which of the following directories should you create separate partitions?
/home and /var
Most Linux distributions will propose to create the root (/) and swap partitions by default. To prevent user files and system log files from filling up the / partition, which 2 additional partitions are you most strongly recommended to create? (select two)
/home and /var
What is the full path to the directory that contains the locale configuration files on a Linux system?
/usr/share/locale
When manually partitioning your hard drive during installation, which directory, or mount point, should be configured with its own partition in order to keep log files from using too much hard drive space (and potentially bringing the Linux system down)?
/var
You have a Linux system with 8 GB of RAM installed. You plan to use this as a server system. How much space should you plan to partition for the swap file?
8 GB
You are piping the data from the cat command to another program, but the data is garbled. You believe the locale is corrupting the output. Which variable setting should you change to avoid the problem described above?
LANG=C
Which environment variable overrides all other locale settings and sets all locales to the same setting?
LC_ALL
Match the locale environment variable name on the left with description on the right. Specifies personal name format Specifically used an override for LC_MESSAGES. A special variable for overriding all other settings. It sets all locales to the same setting. Defines all locale settings at once, while allowing further individual customization via the LC_* settings.
Personal name: LC_NAME Override: LANGUAGE Settings: LC_ALL Customization: LANG
You are teaching new users about security and passwords. Which example of the password would be the most secure password?
T1a73gZ9!
Which command should you use to convert encoding from one type to another?
iconv
Which partition functions as virtual memory?
swap