What command displays all aliases defined in the current shell? (Specify the command without any path information)
Which of the following words is used to restrict the records that are returned from a SELECT query based on a supplied criteria for the values in the records?
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.)
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
An administrator wants to determine the geometry of a particular window in X, so she issues the __________ -metric command and then clicks on the window.
The X11 configuration file xorg.conf is grouped into sections. How is the content of the section SectionName associated with that section?
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.)
On a system running the KDE Display Manager, when is the /etc/kde4/kdm/Xreset script automatically executed?
X is running okay but you're concerned that you may not have the right color depth set. What single command will show you the running color depth while in X?
For accessibility assistance, which of the following programs is an on-screen keyboard?
Which command is used to set the hostname of the local system? (Specify ONLY the command without any path or parameters.)
Which of the following keywords can be used in the file /etc/nsswitch.conf to specify a source for host name lookups? (Choose TWO correct answers.)
Which port is the default server port for the HTTPS protocol? (Specify the port number using digits.)
What of the following can be done by the command ifconfig? (Choose TWO correct answers.)
Which of the following IPv4 networks are reserved by IANA for private address assignment and private routing? (Choose THREE correct answers.)
What is the command to delete the default gateway from the system IP routing table? (Choose TWO correct answers.)
Which keyword must be listed in the hosts option of the Name Service Switch configuration file in order to make host lookups consult the /etc/hosts file?
How many IP-addresses can be used for unique hosts inside the IPv4 subnet 192.168.2.128/28? (Specify the number only without any additional information.)
Which of the following details is NOT provided in any output from the netstat utility?
Which of the following commands will help identify a broken router between the local and the remote machine?
Which of the following programs uses the hosts.allow file to perform its main task of checking for access control restrictions to system services?
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 fields are available in the standard format of both the global /etc/crontab file as well as in user-specific crontab files? (Choose two.)
What is Irue regarding the statement beginning with #. that is found in the first line of a script? (Choose TWO correct answers.)
What is the top-level directory which contains the configuration files for CUPS? (Specify the full path to the directory.)
Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?
What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do
echo result: $c $b $a;
done
Given the following excerpt of the sudo configuration:
jane ANY=NOPASSWD: /bin/kill, /bin/id, PASSWD: /sbin/fdisk
Which of the following statements are true? (Choose three.)
Which option in the /etc/ntp.conf file specifies an external NTP source to be queried for time information? (Specify ONLY the option without any values or parameters.)
What command should be used to print a listing of email in the system's mail queue?
Which file inside the CUPS configuration directory contains the definition of the printers?
Which of the following tasks can be accomplished using the command date? (Choose TWO correct answers.)
What command can be used to generate syslog entries of any facility and priority? (supply just the command name without a path)
Which command is used to sync the hardware clock to the system clock? (Specify ONLY the command without any path or parameters.)
Which of the following commands is used to rotate, compress, and mail system logs?
After configuring printing on a Linux server, the administrator sends a test file to one of the printers and it fails to print. What command can be used to display the status of the printer's queue? (Specify ONLY the command without any path or parameters.)
On a system using shadowed passwords, the most correct permissions for /etc/passwd are ___ and the most correct permissions for /etc/shadow are _________.
The system's timezone may be set by linking /etc/localtime to an appropriate file in which directory? (Provide the full path to the directory, without any country information)
In which file, if present, must all users be listed that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
Of the ways listed, which is the best way to temporarily suspend a single user's ability to interactively login?
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
Which commands can you use to change a user's account aging information? (Choose THREE correct answers.)