单项选择题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.Add the following line to /etc/environment:  TMOUT=300
B.Add the following lines to /.profile  TMOUT=5  export TMOUT
C.Execute the following command:  chuser -u ALL -a TIMEOUT=5M
D.Execute the following command:  chsec -u ALL -a TIMEOUT=600


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Which action changes the default editor for ALL users on the system from vi to edit of the following?()

A.Issue the command:  export EDITOR=/usr/bin/edit
B.Modify /.profile and change the EDITOR variable to /usr/bin/edit
C.Modify /etc/environment and add  EDITOR=/usr/bin/edit  export EDITOR
D.Modify /etc/security/defaults and change the EDITOR value to /usr/bin/edit

2.单项选择题How does a system administrator add a new user to a system?()

A.mkuser
B.cruser
C.adduser
D.edit /etc/password

4.单项选择题Due to operational commitments, a system has a very short backup window during the week, but is not used from Saturday morning through Sunday at Midnight. Which of the following minimizes backup time, while providing the best data restore coverage?()

A.Full backups every night
B.Differential backups every night
C.Full backup Saturday night, incremental backups the rest of the week
D.Full backup Saturday night, differential backups the rest of the week

5.单项选择题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?()

A.Saturday’s full backup tape only
B.Wednesday’s incremental backup tape only
C.Saturday’s full backup and Wednesday’s incremental backup tapes
D.Saturday’s full backup and Sunday’s through Wednesday’s incremental backup tapes

6.单项选择题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?()

A.Use the -X flag on the savevg command
B.Put an entry in the /etc/exclude.testvg file
C.Remove the /test/static entries from the /vgdata/testvg.data file
D.Use the touch command to create /test/static/.exclude before using savevg

7.单项选择题How can a directory be excluded from a mksysb backup of the following?()

A.Put an entry in the /etc/exclude.rootvg file
B.Put an entry in the /etc/mksysb.exclude file
C.Remove the directory’s entry from the mksysb /image.data file
D.Remove the directory’s entry from the /var/adm/ras/bosinst.data file

9.单项选择题In which directory are the basic Linux commands such as gzip, gunzip and zcat installed?()

A./opt/freeware/bin
B./usr/bin/freeware
C./var/freeware/bin
D./usr/sbin/freeware

最新试题

Given the following scripts, both found in /usr/local/bin, what would the output be when executing /usr/local/bin/script1?()

题型:单项选择题

A system administrator wants to give full read/write/excute access to the owner and group of the /stuff directory and all subdirectories and files, but only allow read/execute for others. What command would the administrator use?()

题型:单项选择题

A company uses raw logical volumes. Which command can be used to back up the data in the raw logical volumes to a tape?()

题型:单项选择题

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 system administrator has an application that has the data in volume group appvg. Which of the following commands will back up the contents of appvg to the tape in /dev/rmt0 and check for any read errors?()

题型:单项选择题

Given the following script, why does the output come out as an empty line instead of "dog"?()

题型:单项选择题

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

题型:单项选择题

Which cron entry will run /usr/local/bin/myscript at 0500 every Saturday of the following?()

题型:单项选择题

What command would be used to restart the mail daemon?()

题型:单项选择题

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

题型:单项选择题