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 run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)
Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders?
Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?
On a Linux system with shadow passwords enabled, which file in the file system contains the password hashes of all local users? (Specify the full name of the file, including path.)
What is the default nice level when a process is started using the nice command?
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.)
In which directory must definition files be placed to add additional repositories to yum?
When trying to unmount a device it is reported as being busy. Which of the following commands could be used to determine which process is causing this?
Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)
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 prints a listof usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Whichof 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 SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
What is the correct command to extract the contents of the archive file download.bz2?
After adding a new email alias to the configuration, which command must be run in order to ensure the MTA knows about it? (Specify the command without any path but including all required parameters.)
Which command will display messages from the kernel that were output during the normal boot sequence?
Which command can be used to investigate the properties for a particular window in X by clicking that window? (Specify ONLY the command without any path or parameters.)
Which of the following may occur as a consequence of using the command ifconfig? (Choose THREE correct answers.)
Regarding the command:
nice -5 /usr/bin/prog
Which of the following statements is correct?
Which configuration file would be edited to change the default options for outbound SSH sessions?
Which of the following commands can be used to extract content from a tar file?
Which of the following commands can be used to create a USB storage media from a disk image?
Which grep command will print only the lines that do not end with a / in the file foo?
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.)