Please specify the top directory containing the configuration files for the CUPS printing system. (Specify the full path to the directory.)
What command can be used to generate syslog entries of any facility and priority? (supply just the command name without a path)
Which of the following tasks can be accomplished using the command date? (Choose TWO correct answers.)
Which of the following commands is used to rotate, compress, and mail system logs?
Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE correct answers.)
How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?
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?
You are looking into a new script you received from your senior administrator. In the very first line you notice a #! followed by a file path. This indicates that:
Which of the following SQL statements will select the fields name and address from the contacts table?
Which of the following files, when existing, affect the behavior of the Bash shell? (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 lists all defined variables and functions within Bash?
What word is missing from the following SQL statement?
__________ count(*) from tablename;
(Please specify the missing word using lower-case letters only.)
Which of the following commands can be used to display the local routing table? (Choose TWO correct answers.)
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 are requirements in order to run a shell script like a regular command from anywhere in the filesystem? (Choose THREE correct answers.)
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 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 lines are valid in the file /etc/hosts? (Choose TWO correct answers.)
Which of the following tools used for DNS debugging, reports not only the response from the name server but also details about the query?
Which of the following keywords can be used in the file /etc/resolv.conf? (Choose TWO correct answers.)
Which of the following details is NOT provided in any output from the netstat utility?
What is the lowest numbered unprivileged TCP port? (Specify the number in digits only.)
With IPv6, how many bits have been used for the interface identifier of an unicast address? (Specify the number using digits only.)
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?
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?
On a system running the KDE Display Manager, when is the /etc/kde4/kdm/Xreset script automatically executed?
For accessibility assistance, which of the following programs is an on-screen keyboard?
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.
Which of the following lines is an example of a correct setting for the DISPLAY environment variable?
Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)
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.)
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.)
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 crontab entries will execute myscript at 30 minutes past every hour on Sundays?
A user was not given permission to use the CRON scheduling system. What file needs to be modified to provide that access? (Please specify the full path to the file)
Which of the following fields are available in both the global /etc/crontab file as well as in user-specific crontab files? (Select TWO correct answers)
Which of the following fields can be found in the /etc/group file? (Choose THREE correct answers.)
Why is /etc/shadow not world readable if the passwords are stored in an encrypted fashion?
Of the ways listed, which is the best method to temporarily suspend a user's ability to interactively login?
Which of Ihe following slates can NetworkManager show regarding the system's network connectivity? (Choose TWO correct answers.)
What information related to a user account is modified using the change command?
What command is used to add OpenSSH private keys to a running ssh-agen . instance? (Specify the command name only without any path.)
In case neither cron.allow nor cron.deny exist in /etc/, which of the following is true?
What is Irue regarding the statement beginning with #. that is found in the first line of a script? (Choose TWO correct answers.)
Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?
Which of the following programs uses the hosts.allow file to perform its main task of checking for access control restrictions to system services?
Which file is processed by newaliases? (Specify the full name of the file, including path.)
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
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 of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose TWO correct answers.)