单项选择题Which command restarts the TCP/IP subsystem?()

A.refresh -s inetd
B.refresh -s tcpip
C.refresh -g /etc/rc.tcpip
D.refresh -g /etc/inetd.conf


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题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

2.单项选择题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

3.单项选择题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

4.单项选择题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

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

7.单项选择题

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.

9.单项选择题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

最新试题

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

题型:单项选择题

A pSeries server is being used as a file server and all data is stored on a non-root volume group and resides on mounted filesystems. Which of the following commands provides the quickest way to backup all of the data and filesystem definitions?()

题型:单项选择题

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?()

题型:单项选择题

How can a directory be excluded from a mksysb backup of the following?()

题型:单项选择题

A user reports that they cannot cd to /tmp/application. A system administrator entered the following command:  (1)ls -ld /tmp/application  (2)drw-r--r-- 4 root system 512 Jan 15 14:09 application  What is the most likely cause of the problem?()

题型:单项选择题

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 scripts, what output would be generated?()

题型:单项选择题

The rootvg disk on a system failed and was replaced. The system was restored using the latest mksysb. However, no files in the /home filesystem were restored. What is the likely cause of this problem?()

题型:单项选择题

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

题型:单项选择题

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?()

题型:单项选择题