QUESTION NO: 46 Given: # fssnap ¡Vi 0 /export/home You type the command: # /usr/lib/fs/ufs/fssnap ¡Vi /export/home What is the result of this command? 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. Answer: B
QUESTION NO: 50 The user user1 is to be removed from your system. You use the command userdel ¡V r user1. What is the result of this command? A. The specified users account is locked. B. The specified users account and home directory are deleted. C. The specified users account, home directory, and files are deleted. D. The specified users account is locked and a list of all files owned by the user is placed in /var/tmp. Answer: B
QUESTION NO: 51 Which three should you use to obtain patches? (Choose three) A. World Wide Web access. B. CD-ROM media from Sun. C. telnet access to SunSolve. D. anonymous ftp access to the SunSolve ftp site. E. patch supplied from an official periodical publication. Answer: A, C, D
QUESTION NO: 52 Given lines from the /etc/inittab file: ap::sysinit:/sbin/autopush ¡Vf /etc/iu.ap ap::sysinit:/sbin/soconfig ¡Vf /etc/sock2path fs::sysinit:/sbin/rcS sysinit is:3:initdefault: p3:s1234:powerfail:/usr/sbin/shutdown ¡Vy ¡Vi5 ¡Vg0 sS:s:wait:/sbin/rcS s0:0:wait:/sbin/rc0 s1:1:respwan:/sbin/rc1 s2:23:wait:/sbin/rc2 s3:3:wait:/sbin/rc3 s5:5:wait:/sbin/rc5 s6:6:wait:/sbin/rc6 fw:0:wait:/sbin/uadmin 2 0 of:5:wait:/sbin/uadmin 2 6 rb:6:wait:/sbin/uadmin 2 1 sc:234:respawn:/usr/lib/saf/sac ¡Vt 300 Which three statements are true? (Choose three) A. The default run level is set to 3. B. The /sbin/rcS script runts at boot time, regardless of the destination run level. C. /sbin/rc2 runs only if the system makes a transition from run level 2 to run level 3. D. When the system makes a transition to run level 0, only the /sbin/rc0 script runs. E. When the system boots to run level 3, /sbin/rc3 does not run until /sbin/rc2 completes. F. The init process runs the commands associated with the destination run level, and then exits. Answer: A, B, D
QUESTION NO: 53 In a default system configuration, when a non-privileged user sets a password, what is the minimum number of characters allowed? Answer: 6
QUESTION NO: 54 Given the command: useradd ¡Vu 102 ¡Vg 301 ¡Vd /export/home/user1 ¡Vs /bin/ksh user1 Which three statements are true? (Choose three) A. The UID for user1 is 102. B. The login shell for user1 is the Korn shell. C. The user will not be added as no password has been specified. D. The command will create a home directory /export/home/user1. E. The command will not create a home directory /export/home/user1. F. The command will not work as you have not specified any secondary groups. Answer: A, B, E
QUESTION NO: 55 Which three are characteristics of the procfs file system type? (Choose three) A. The process directories are globally readable. B. File ownership is determined by the credentials of the process. C. It contains reference by file names to the opened files of the process. D. It contains a decimal number directory entry corresponding to a process ID. E. Each process ID named directory has files that contain more detailed information about the process. Answer: B, C, E
QUESTION NO: 56 You suspect that the /usr/bin/ps binary has been replaced. What command is used to check against the package installation information to check if the file has changed? A. pkgck ¡Vl /usr/bin/ps B. pkgchk ¡Vp /usr/bin/ps C. pkginfo ¡Vl /usr/bin/ps D. pkginfo ¡Vp /usr/bin/ps Answer: B