Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?
On a regular users workstation the route command takes a long time before printing out the routing table. Which of the following errors does that indicate?
Which of the following words is used to restrict the records that are returned from a SELECT SQL query based on a supplied criteria for the values in the records?
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
Which of the following commands is used to rotate, compress, and mail system logs?
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.)
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
The X11 configuration file xorg.conf is grouped into sections. How is the content of the section SectionName associated with that section?
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.)