The files in the /etc/skel directory are used by the
The files in the /etc/skel directory are used by the
Which command will set the local machine’s timezone to UTC?
Which command will set the local machine’s timezone to UTC?
Which TWO statements about crontab are true?
Which TWO statements about crontab are true?
Which command will print the exit value of the previous command to the screen in bash?
Which command will print the exit value of the previous command to the screen in bash?
(Provide the full path to the directory)
CORRECT TEXT
Please specify the directory containing the configuration files for the CUPS printing system.
(Provide the full path to the directory)
What command can be used to print the status of the printer’s queue?
CORRECT TEXT
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 print the status of the printer’s queue?
(Provide only the command, without any options or parameters)
Which file, when using Sendmail or a similar MTA system, will allow a user to redirect all their mail to anoth
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?
Which statements are true regarding the following syslog.conf configuration directive?
Which statements are true regarding the following syslog.conf configuration directive?
*.err;kern.notice;auth.notice /dev/console (Select THREE correct answers)
The legacy program for sending files to the printer queues from the command line is:
The legacy program for sending files to the printer queues from the command line is:
CORRECT TEXT What word will complete an if statement in bash such as the following: if [ -x "$file"
CORRECT TEXT
What word will complete an if statement in bash such as the following:
if [ -x “$file” ]; then
echo $file
_____