Which environment variable should be set in order to change the time zone for the commands run from within the environment variable's scope? (Specify the variable name only.)
A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?
Given a file called birthdays containing lines like:
YYYY-MM-DD Name
1983-06-02 Tim
1995-12-17 Sue
Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
Which of the following SQL queries counts the number of occurrences for each value of the field order_type in the table orders?
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.)
Which of the following settingsfor umask ensures that new files have the default permissions -rw-r----- ?
Which of the following commands will reduce all consecutive spaces down to a single space?
Which character starts a comment line in a shell script file?
Which of the following sequences in the vi editor saves the opened document and exits the editor?(Choose TWO correct answers.)
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 of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)
What is true regarding TCP port 23?
What is true regarding the command sendmail?
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
What argument to the -type option of find will match files that are symbolic links? (Specify only the argument and no other options or words.)
Which of the following files, located in the user home directory, is used to store the Bash history?
Which of the following steps prevents a user from obtaining an interactive login session?
Each entry in a crontab must end with what character?
What does the command mount -a do?
Which of the following tasks can be accomplished using the command date? (Choose TWO correct answers.)
Which of the following commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?
Which port is the default server port for the HTTPS protocol? (Specify the port number using digits.)
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)
What is the purpose of the command mailq?
Which of the following parameters are used for journalctl to limit the time frame of the output? (Choose TWO correct answers.)
Which of the following commands will write a message to the terminals of all logged in users?
What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
What is the purpose of the Bash built-in export command?
What output will the command seq 10 produce?
For accessibility assistance, which of the following programs is an on-screen keyboard?
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 parameter must be passed to ifconfig to activate a previously inactive network interface? (Specify the parameter only without any command, path or additional options)
Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?
Which signal is missing from the following command that is commonly used to instruct adaemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon
When the command echo $$ outputs 12942, what is the meaning of 12942?
Which of the following commands prints a listof usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
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 commands can be used to extract content from a tar file?