单项选择题How would a system administrator review root’s current cron jobs of the following?()

A.crontab -l
B.cron -l root
C.lscron -l root
D.cat /var/cron/crontabs/root


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday of the following?()

A.0 5 * * 6 /usr/local/bin/myscript
B.0 5 6 * * /usr/local/bin/myscript
C.6 * * 5 0 /usr/local/bin/myscript
D.5 0 Sat * * /usr/local/bin/myscript

2.单项选择题A system administrator wants to run a script called myscript, but does not want to see the errors that might be generated by the script. How would this be accomplished?()

A./usr/local/bin/myscript > /dev/null
B./usr/local/bin/myscript < /dev/null
C./usr/local/bin/myscript 2> /dev/null
D./usr/local/bin/myscript 1> /dev/null

3.单项选择题Which command will run myscript and redirect stdout and sterr to /tmp/myoutput?()

A../myscript >> /tmp/myoutput
B../myscript 2>&1 /tmp/myoutput
C../myscript > /tmp/myoutput 2>&1
D../myscript > /tmp/myoutput &1>2

4.单项选择题A user’s print jobs default to PRINTER_A.The user wants to change their default printer to PRINTER_B.How can the system administrator change the user’s default printer to PRINTER_B?()

A.Execute the command ’piobe -q PRINTER_B’
B.Edit the user’s stanza in the /etc/qconfig file
C.Execute the command ’chuser -a QUEUE=PRINTER_B user’
D.Add the line ’export PRINTER=PRINTER_B’ to the user’s .profile

6.单项选择题

Given the following scripts, what output would be generated?()

A.The sky is red.
B.The sky is blue.
C.The sky is green.
D.The sky is yellow.

8.单项选择题How can permissions be set up on /tmp so that a user cannot delete another user’s files?()

A.chmod +s /tmp
B.chmod 775 /tmp
C.chmod 1777 /tmp
D.chmod 4755 /tmp

最新试题

A system administrator performs a full backup every Saturday evening and incremental backups the rest of the week. The system failed on Thursday and needs to be restored. Which backup tapes will be required to restore the system to its most recent recoverable state?()

题型:单项选择题

Which action changes the default editor for ALL users on the system from vi to edit of the following?()

题型:单项选择题

A system administrator is attempting to restore some files from a backup tape. The restore failed. The system administrator suspects the block size of the tape drive is incorrect. Which of the following commands can be used to determine the block size of the backup tape?()

题型:单项选择题

In which directory are the basic Linux commands such as gzip, gunzip and zcat installed?()

题型:单项选择题

Which command will run myscript and redirect stdout and sterr to /tmp/myoutput?()

题型:单项选择题

A system administrator wants to configure a system so that all new users will be put into the database group by default. How would this be accomplished?()

题型:单项选择题

How would a system administrator review root’s current cron jobs of the following?()

题型:单项选择题

A user wants to be permanently added to the dba group. Which command or process can be used to accomplish this?()

题型:单项选择题

For security reasons, an administrator is asked to modify the system to prevent someone from leaving a terminal logged in. To enable a five minute timeout for all users, what would need to be done to accomplish this task?()

题型:单项选择题

A system administrator used the savevg command to back up the testvg each night. There is now a requirement to exclude the /test/static filesystem from the backup. How can this be accomplished?()

题型:单项选择题