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?
On a dual boot system, every time the system is booted back into Linux the time has been set backward by one day. Which of the following commands will correct the problem?
Which command is used to sync the hardware clock to the system clock? (Specify ONLY the command without any path or parameters.)
You need to pause the CUPS printer HPLaserjet4, and you want to cancel all print jobs with a message, "hello". Which command will do this?
Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH?
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
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 limit the amount of memory a user may use?
Which configuration file would be edited to change default options for the OpenSSH server?
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
Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (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 statements about sytemd-journald are true? (Choose three.)
Which of the following entries in /etc/syslog.conf writes all mail related events to the file /var/log/maillog and sends all critical events to the remote server logger.example.com?
Which of the following information is stored in /etc/shadow for each user?
Which option in the chrony configuration file changes the initial interval of polls to a NTP server in order to speed up the initial synchronization?
What output is produced by the following command sequence?
echo ‘1 2 3 4 5 6’ | while read a b c; do
echo result $c $b $a;
done
Which commands can be used to change a user's account aging information? (Choose THREE correct answers.)
How is the file format of /etc/crontab different from a normal crontab file? (Select TWO correct answers)
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.)
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.)
Which of the following SQL statements will select the fields name and address from the contacts table?
When the command echo $ outputs 1, which of the following statements is true?
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
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
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.)
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.)
Which of the following lines is an example of a correct setting for the DISPLAY environment variable?
What is the default name of the configuration file for the Xorg X11 server? (Specify the file name only without any path.)
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.)
For accessibility assistance, which of the following programs is an on-screen keyboard?
On a system running the KDE Display Manager, when is the /etc/kde4/kdm/Xreset script automatically executed?
Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)
What of the following can be done by the command ifconfig? (Choose TWO correct answers.)
Which of the following commands will help identify a broken router between the local and the remote machine?