Which file, if present, must contain all users that are allowed to use the cron scheduling system? (Specify the full name of the file, including path.)
Which of the following commands should be executed when starting a login shell in order to change the language of messages for an internationalized program to Portuguese (pt)?
Which of the following statements is true if the UID of a regular user is identical to the GID of a group?
Which of the following commands displays all environment and shell variables?
Which of the following information is stored in /etc/shadow for each user?
Which of the following commands can be used to convert text files in one character encoding to another character encoding?
What is true regarding the command userdel --force --remove bob? (Choose TWO correct answers.)
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
What command will display the group names and GIDs to which a user belongs? (Provide only the command name with or without path information)
Which of the following are commonly used Mail Transfer Agent (MTA) applications? (Choose THREE 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 of the following commands is used to rotate, compress, and mail system logs?
Which file, when using Sendmail or a similar MTA system, will allow a user to redirect all their mail to another address and is configurable by the user themselves?
To exclude all log messages of a given logging facility, you should use a logging priority of _____ .
Which file inside the CUPS configuration directory contains the definition of the printers?
Which of the following commands puts the output of the command date into the shell variable mydate?
What keyword is missing from this code sample of a shell script?
____ i in *.txt; do
echo $i
done
Which of the following configuration files should be modified to set default shell variables for all users?
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?
Which of the following commands lists all defined variables and functions within Bash?
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?
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Which file lists which users can execute commands using sudo? (Specify the full name of the file, including path.)
Which of the following commands can be used to limit the amount of memory a user may use?
Which file contains a set of services and hosts that will be allowed to connect to the server by going through a TCP Wrapper program such as tcpd? (Specify the full name of the file, including path.)https://lh3.googleusercontent.com/-5cd-clmKnbk/AAAAAAAAAAI/AAAAAAAAADM/-SXesH19Ido/s46-c-k-no/photo.jpg
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 commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?
Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.)
Which configuration file would be edited to change default options for the OpenSSH server?
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 programs can be used to determine the routing path to a given destination?
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 command, depending on its options, can display the open network connections, the routing tables, as well as network interface statistics. (Specify ONLY the command without any path or parameters.)
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 parameter must be passed to ifconfig to activate a previously inactive network interface? (Specify the parameter only without any command, path or additional options)
What of the following can be done by the command ifconfig? (Choose TWO correct answers.)
What is the name of the simple graphical login manager that comes with a vanilla X11 installation? (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?
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
Which of the following commands shows the current color depth of the X Server?