Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?
The command dbmaint & was used to run dbmaint in the background. However, dbmaint is terminated after logging out of the system. Which alternative dbmaint invocation lets dbmaint continue to run even when the user running the program logs out?
Which of the following statements are true about the boot sequence of a PC using a BIOS? (Choose two.)
Which of the following commands will delete the default gateway from the system's IP routing table? (Choose TWO correct answers)
ifconfig unset default
Which of the following commands lists all defined variables and functions within Bash?
Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
Which ol the following fields can be found in the /etc/group file? (Choose TWO correct answers.)
Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?
Which command is used to sync the hardware clock to the system clock? (Specify ONLY the command without any path or parameters.)
What information related to a user account is modified using the chage command?
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time.
A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?
When removing a package, which of the following dpkg options will completely remove the files including configuration files?
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 of the following commands can be used to download the RPM package kernel without installing it?
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)
When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)
During a system boot cycle, what program is executed after the BIOS completes its tasks?
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 of the following are init systems used within Linux systems? (Choose THREE correct answers.)
Which command will display messages from the kernel that were output during the normal boot sequence?
The USB device filesystem can be found under /proc/______/usb/. (Please fill in the blank with the single word only)
What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.)
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
What information can the lspci command display about the system hardware? (Choose THREE correct answers.)
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.)
The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh. What is the usual way to pass this change to the kernel from your boot loader?
Which of the following commands will write a message to the terminals of all logged in users?
During a system boot cycle, what is the program that is run after the BIOS completes its tasks?
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
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.)
What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.)
menu.lst
grub.conf
grub.cfg
Which of the following environment variables overrides or extends the list of directories holding shared libraries?
What is the difference between the --remove and the --purge action with the dpkg command?
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.)
An administrator has issued the following command:
grub-install --root-directory=/custom-grub /dev/sda
In which directory will new configuration files be found? (Provide the full directory path only without the filename)
Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?
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 parameter is missing in the command
ip link set _dev eth0
to activate the previously inactive network interface eth0? (Specify the parameter only without any command, path or additional options)
After editing the TCP wrapper configuration to grant specific hosts access to a service when do these changes become effective?
Which file should be edited to select the network locations from which Debian installation package files are loaded?
Typically, which top level system directory is used for files and data that change regularly while the system is running and are to be kept between reboots? (Specify only the top level directory)
When using regular expressions, which of the following characters match the beginning of a line?
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 of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose TWO correct answers.)
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
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 commands will reduce all consecutive spaces down to a single space?
Regarding the command:
nice -5 /usr/bin/prog
Which of the following statements is correct?
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?
Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)
While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?
Which command shows all shared libraries required by a binary executable or another shared library? (Specify ONLY the command without any path or parameters.)
After running the command umount /mnt, the following error message is displayed:
umount: /mnt: device is busy.
What is a common reason for this message?
Which command is used to start another command with a given nice level? (Specify ONLY the command without any path or parameters.)
After moving data to a new filesystem, how can the former path of the data be kept intact in order to avoid reconfiguration of existing applications? (Choose TWO correct answers.)
Which of the following commands is used to change metadata and options for ext3 filesystems?
Which of the following commands can be used to search for the executable file foo when it has been placed in a directory not included in $PATH?
Which command is used to create and initialize the files used to store quota information? (Specify ONLY the command without any path or parameters.)
Which of the following is the device file name for the second partition on the only SCSI drive?
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.)
The system configuration file named _______ is commonly used to set the default runlevel. (Please provide the file name with full path information)
Which umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Specify only the numerical umask value.)
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?