- 论坛徽章:
- 0
|
在准备310-014的认证时有些题目我认为是错误的,但是无法确定(没有这个环境),还有些题目不知道答案,请大家一起参考一下。
Question 4.
With the system powered off, you physically connect a new SCSI disk intro the existing SCSI chain. You boot the system using the boot –r command.
In which four locations can you find the new device names for the new SCSI disk? (A, B, C, F)
A. /devices
B. /dev/dsk
C. /dev/rdsk
D. /kernel/drv
E. /etc/path_to_inst
F. /etc/name_to_major
G. /platform/sun4u/kernel/drv
我认为是A, B, C, D
Question 24:
Which three commands stop the NFS server daemons? (A, C, E)
A. /etc/init.d/nfs.server stop
B. /etc/rc5.d/K28nfs.server stop
C. /etc/rc2.d/K28nfs.server stop
D. /etc/rc0.d/S15nfs.server stop
E. /etc/rc3.d/S15nfs.server stop
F. /etc/rc0.d/K28nfs.server stop
我认为是A, C, F
Question 27:
Exhibit: 1. extract
2. add hosts
3. cd /var/tmp
4. cd /etc/inet
5. mt –f /dev/rmt/0n fsf 1
6. ufsrestore ivf /dev/rmt/0
7. mv /var/tmp/etc/inet/hosts /etc/inet/hosts
8. quit
the steps that should be used to interactively restore the /etc/inet/hosts file from the second ufsdump file on a tape are shown in the exhibit.
In which order should they be executed? (D)
A. 3, 6, 4, 2, 1, 5, 7, 8
B. 3, 4, 5, 6, 2, 1, 7, 8
C. 3, 6, 5, 2, 1, 4, 8, 7
D. 3, 5, 6, 4, 2, 1, 8, 7
这个不清楚。
Question 32:
Which file should you modify to change the number of groups to which a user can belong? (D)
A. etc/group
B. /etc/system
C. /etc/default/login
D. /etc/default/passwd
我认为应该是/etc/group.
Question 35:
You are log in to both hostA and hostB using the same login name. You want to use the rcp command to copy a file from hostA to hostB.
What do you need to do to allow this operation? (B)
A. add your login name to the /etc/hosts.equiv file on hostB
B. create hosts.equiv files in your home firectories and put a + in the file on hostB
C. ask the system administrator to add you to the /etc/.rhosts file on the host hostB
D. create a .rhosts file in your home directory on hostB and put the host name hostA in the file.
我觉得是C
Question 46:
Given: # fssnap –I
0 /export/home
you type the command: # /usr/lib/fs/ufs/fssnap –I /export/home
which is the result of this command? (B)
A. a new fssnap image of the /export/home file system is created.
B. Detailed information about the /export/home snapshot is displayed
C. An existing fssnap image of /export/home for read only is mounted
D. The /export/home snapshot is used as input to the fssnap command.
这个不清楚。
Question 60:
/sbin/rc* scripts run – kernel initialization phase
Power on self test runs – Boot PROM phase
Forecload directives are used if present – init phase
Ufsboot runs – boot programs phase
我认为应该是:
/sbin/rc* scripts run – init phase
Power on self test runs – boot PROM phase
Forceload directives are used if present – kernel initialization phase
Ufsboot runs – boot programs phase
Question 62:
Which three statements about the /var/run file system are true? (A, C, E)
A. it is owned by root.
B. It is the repository for non-system temporary files.
C. It is not unmounted with the umount –a or the umountall command.
D. It is the repository for temporary system files that are not needed across system reboots.
E. Special commands usable only by root to evaluate run levels are stored in /var/run.
我认为应该是A, B, D。
Question 74:
# chmod 2666 permfile
which three statements about the permfile permissions are true? (C, D, E)
A. the sticky bit is set.
B. The file has the setgid bit set.
C. The file has the setuid bit set.
D. The file is not executable by any user.
E. The associated group has read and write permissions.
F. The associated group had read, write, and execute permissions.
我认为应该是B, E, F。
Question 93:
You want to see the POST information as a Solaris 9 machine boots up.
What should you do? (C )
A. bring the machine to the ok prompt, then type the boot –a command.
B. Bring the machine to the ok prompt, then type the reset-all command.
C. Attach a terminal device to serial port A with a null modem cable and turn the machine on.
D. With a graphic console and keyboard attached, turn the machine on, then press the Ctrl-Alt-Backspace key.
我认为应该是:boot –v
Question 95:
Given the following message from the command which removes the SUNWaudd package:
## Verifying package dependencies.
WARNING:
The <SUNWauddx>; package depends on the package currently being removed.
WARNING:
The <SUNWusb>; package depends on the package currently being removed.
Dependency checking failed.
What happens to the files associated with the SUNWauddx and SUNWusb packages if you continue with the removal operation?
A. the files are removed.
B. The files remain on the system.
C. Only the files shared with the SUNWaudd package are removed.
D. The files are marked for removal, but are only removed after the next reboot.
这个不清楚。
Question 101:
Which ufsdump command should be used to create and verify an incremental level 5 backup of the file system of the /dev/rdsk/c0t1d0s4 partition to the default tape device? (A)
A. ufsdump 0 /dev/rdsk/cpt1d0s4
B. ufsdump /dev/rdsk/c0t1d0s4 5v
C. ufsdump 5v /dev/rdsk/c0t1d0s4
D. ufsdump 5fv /dev/rdsk/c0t1d0s4
E. ufsdump 5xvf /dev/rmt/1 /dev/rdsk/c0t1d0s4
我认为应该是D。
Question 102:
You want to install a patch cluster on your system to correct several problems. You decide to use the –nosave option to the install_cluster command.
Which statement corrently describes the effect of this option? (B)
A. a log file for each patch is not created.
B. A log file for install_cluster is no created.
C. The individual patches cannot be removed if desired.
D. An entry for the patch in /var/sadm/patch is not created.
这个不清楚。
Question 103:
The second field in the /etc/group file us used to store the encoded group password. You have been tasked with placing passwords on all groups. (B)
What is one outcome of doing this?
A. access to each group is granted only to users in the group.
B. Users who are not members of the group can access it if they know the password.
C. Users who are primary members of the group are required to use the group password to gain access to the group.
D. Users who are secondary members of the group are required to use the group password to gain access to the group.
这个不清楚。 |
|