In which directory must definition files be placed to add additional repositories to yum?
Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)
Which option to the yum command will update the entire system? (Specify ONLY the option name without any additional parameters.)
Which of the following commands lists all currently installed packages when using RPM package management?
Which of the following commands can be used to perform a full text search on all available packages on a Debian system?
Which RPM command will output the name of the package which supplied the file /etc/exports?
Which of the following environment variables overrides or extends the list of directories holding shared libraries?
Which file should be edited to select the network locations from which Debian installation package files are loaded?
You want to preview where the package file, apache-xml.i386.rpm, will install its files before installing it. What command do you issue?
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)
What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.)
To prevent users from being able to fill up the / partition, the ____________ directory should be on a separate partition if possible because it is world writeable.
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Which of the following directories on a 64-bit Linux system typically contain shared libraries? (Choose two.)
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line breaks and stores the result in newlist.txt?
Which is the default percentage of reserved space for the root user on new ext4 filesystems?
Which of the following commands displays the output of the foo command on the screen and also writes it to a file called /tmp/foodata?
Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?
A Debian package creates several files during its installation. Which of the following commands searches for packages owning the file /etc/debian_version?
Which umask value ensures that new directories can be read, written and listed by their owning user, read and listed by their owning group and are not accessible at all for everyone else?
Which of the following commands lists the dependencies of the RPM package file foo.rpm?
Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?
Which of the following regular expressions represents a single upper-case letter?
Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.)
Which of the following commands will load a kernel module along with any required dependency modules?
Which of the following commands prints a list of available package updates when using RPM-based package management?
How can the list of files that would be installed by the RPM package file apache-xml.rpm be previewed?
Which of the following commands is used to change metadata and options for ext3 filesystems?
After successfully creating a hard link called bar to the ordinary file foo, foo is deleted from the filesystem. Which of the following describes the resulting situation?
Which type of filesystem is created by mkfs when it is executed with the block device name only and without any additional parameters?
The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the file name with full path information)
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)
Which of the following files, located in the user home directory, is used to store the Bash history?
Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)
What command will generate a list of user names from /etc/passwd along with their login shell?
From a Bash shell, which of the following commands directly executes the instruction from the file /usr/local/bin/runme.sh without starting a subshell? (Please select TWO answers.)
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
Which shell command is used to continue background execution of a suspended command?
Which of the following commands displays the contents of a gzip compressed tar archive?
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?
When running the command
sed -e "s/a/b/" /tmp/file >/tmp/file
While /tmp/file contains data, why is /tmp/file empty afterwards?
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
Which variable defines the directories in which a Bash shell searches for executable commands?
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only)
You are having some trouble with a disk partition and you need to do maintenance on this partition but your users home directories are on it and several are logged in. Which command would disconnect the users and allow you to safely execute maintenance tasks?
Which command displays the contents of the Kernel Ring Buffer on the command line? (Provide only the command name without any options or path information)
Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.)
Which command will display messages from the kernel that were output during the normal boot sequence?
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
During a system boot cycle, what program is executed after the BIOS completes its tasks?
What information can the lspci command display about the system hardware? (Choose THREE correct answers.)
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)