Site hosted by Angelfire.com: Build your free website today!
Return-Path: <instructor@sunclass.oicw.org> Received: from TEST ([192.168.200.210]) by sunclass.oicw.org (8.12.2+Sun/8.12.2) with SMTP id h6VHEDsH001150 for <sunclass@sunclass.oicw.org>; Thu, 31 Jul 2003 10:14:13 -0700 (PDT) Message-ID: <001001c35787$f96fefd0$400f20ac@TEST> From: "Instructor" <instructor@sunclass.oicw.org> To: <sunclass@sunclass.oicw.org> Subject: Fw: Sol9 Preparation (100+) Questions Date: Thu, 31 Jul 2003 10:20:00 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C3574D.4CF3F2E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Length: 183771 This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C3574D.4CF3F2E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ----- Original Message -----=20 From: Instructor=20 To: sunclass@sunclass.oicw.org=20 Sent: Wednesday, July 30, 2003 12:11 PM Subject: Sol9 Preparation (100+) Questions QUESTION NO: 1 Which two describe /dev/rmt0? (Choose two) A. The first instance of a tape drive. B. The physical device name for the default tape drive. C. The logical device name with hardware compression activated. D. The default tape device name as indicated in the /kernel/drv/st.conf = file. E. The default tape device name that indicates the tape should not be = rewound when the current operation completes. Answer: A, D QUESTION NO: 2 You have only a limited number of tapes available, and need to use them = to hold as much data as possible. Which tape device allows you to save the most data on a single tape? A. /dev/rmt/oz B. /dev/rmt/01 C. /dev/rmt0m D. /dev/rmt/0h Answer: D QUESTION NO: 3 What is a valid /etc/vfstab entry for associating the /export directory = with the device c2t3d0s0? A. /dev/dsk/c2t3d0s0 /dev/rdsk/c2t3d0s0 /export ufs 1 yes B. /dev/rdsk/c2t3d0s0 /dev/rdsk/c2t3d0s0 /export ufs 1 yes - C. /dev/dsk/c2t3d0s0 /dev/rdsk/c2t3d0s0 /export ufs 1 yes - D. /devices/dsk/c2t3d0s0 /devices/rdsk/c2t3d0s0 /export ufs 1 yes - Answer: C QUESTION NO: 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? (Choose four) 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 Answer: A, B, C, F QUESTION NO: 5 Which command can you use to display jobs that are scheduled to run at a = specific time? A. atq B. jobq C. jobs D. queued Answer: A QUESTION NO: 6 You have four printers installed and configured on your print server. = The printers are named according to their performance: veryfast, fast, medium, and slow. You want to define a print class, printclass, that incorporates all four = printers and sends most of the work to the veryfast and fast printers. Which sequence of commands on the print server accomplishes this task? A. lpadmin -p veryfast,fast,medium,slow -c printclass B. lpsched -p veryfast,fast,medium,slow -c printclass C. lpadmin -p slow -c printclass lpadmin -p medium -c printclass lpadmin -p fast -c printclass lpadmin -p veryfast -c printclass D. lpadmin -p veryfast -c printclass lpadmin -p fast -c printclass lpadmin -p medium -c printclass lpadmin -p slow -c printclass Answer: D QUESTION NO: 7 What files does the last command read to determine login history? A. /var/adm/wtmp B. /var/adm/utmpx C. /var/adm/wtmpx D. /var/adm/lastlog Answer: C QUESTION NO: 8 You telnet into a Solaris machine and log in as user1. Your account is = set up to use the C shell (csh) and your home directory is /home/user1. Which three files (assuming they exist) does the C shell read to = initialize your environment? (Choose three) A. /etc/login B. /etc/.login C. /etc/profile D. /home/user1/.login E. /home/user1/.cshrc F. /home/user1/.profile Answer: B, C, E QUESTION NO: 9 A patch can be installed with no backout information saved to economize = on disk usage. Which is the correct command to install the patch 105050-05 with "no = backout" from /tmp? A. patch < /tmp/105050-05 B. patchadd /tmp/105050-05 C. pkgadd -d /tmp/105050-05 D. patchadd -d /tmp/105050-05 Answer: D QUESTION NO: 10 The SUNWman package has been spooled into the /export/host1/packages directory. Your current directory is /etc. You want to obtain detailed = information about this package before installing it into the Solaris Operating = Environment on your system. Which command displays the information you want to see? A. pkginfo -dl . SUNWman B. pkginfo -dl /export/host1/packages SUNWman C. pkginfo -d /export/host1/packages -l SUNWman D. pkginfo -d SUNWman /export/hist1/packages -1 Answer: C QUESTION NO: 11 You have shut down your system to run level 0, and you are at the ok = prompt. You want to display a list of disk device paths and choose one to use it a = customized device alias. Which OBP command allows you to select a device path and later insert it = into the command line that creates the new device alias? A. devalias B. show-devs C. show-disks D. find-device Answer: C QUESTION NO: 12 You have logged into the console as user1. Now you log in as root using = the su command. Which user identities do the whoami and who am i commands report? A. whoami reports root, who am i reports root. B. whoami reports user1, who am i reports root. C. whoami reports root, who am i reports user1. D. whoami reports user1, who am i reports user1. Answer: C QUESTION NO: 13 Your telnet into a Solaris machine and log in as user1. Your account is = set up to use the Korn shell (ksh) and your home directory is /home/user1. The following files are read by the Korn shell to initialize your = environment on login: A. /home/user1/.kshrc B. /etc/profile C. /home/user1/.profile In which order are they executed? A. A, B, C B. A, C, B C. B, A, C D. B, C, A E. C, A, B F. C, B, A Answer: D QUESTION NO: 14 An fsck has just been run on an unmounted file system that exists on /dev/rdsk/c0t3d0s7. Which command can you use to mount this file system as /export/eng_data? A. mount /dev/dsk/c0t3d0s7 /export/eng_data B. mount /export/eng_date /dev/dsk/c0t3d0s7 C. mount /dev/rdsk/c0t3d0s7 /export/eng_data D. mount /export/eng_data /dev/rdsk/c0t3d0s7 Answer: A QUESTION NO: 15 Which command displays the list of alternate superblocks for a UFS file = system on c0t0d0s0? A. fsck /dev/rdsk/c0t0d0s0 B. format /dev/dsk/c0t0d0s0 C. prtvtoc /dev/dsk/c0t0d0s0 D. newfs -N /dev/rdsk/c0t0d0s0 Answer: D QUESTION NO: 16 Which two are reasons to select Custom JumpStart installation over Web = Start Flash installation? (Choose two) A. JumpStart uses a master system to serve the installations. B. JumpStart installation is faster than a Web Start Flash installation. C. JumpStart uses profiles that can be customized for different types of = systems. D. JumpStart allows you to incorporate scripts to perform = pre-installation and postinstallation tasks. Answer: C, D QUESTION NO: 17 You have 1 of 2 Solaris 9 installation CD-ROMs, and you want to spool = the SUNWzip package from the /cdrom/sol_9_sparc_2/Solaris_9/Product directory to the default spooling directory? Which two commands can accomplish this? (Choose two) A. pkgadd -s spool - d /cdrom/sol_9_sparc_2/Solaris9/Product SUNWzip B. pkgadd -d spool -s /cdrom/sol_9_sparc_2/Solaris_9/Product SUNWzip C. pkgadd -d /cdrom/sol_9_sparc_2/Solaris_9/Product SUNWzip -s = /var/spool/pkg D. pkgadd -s /var/spool/pkg -d /cdrom/sol_9_sparc_2/Solaris_9/Product = SUNWzip Answer: A, D QUESTION NO: 18 You successfully installed the recommended patch cluster for the Solaris = release installed on your system. A specific hardware component you want to = attach requires a patch that is not found in the patch cluster. What should you do to check if the new patch is incompatible with any of = those patches already installed? A. Install the patch and see if it works. B. Read the README file associated with the new patch. C. Read the README file associated with the patch cluster. D. No action is required because all patches are compatible. Answer: B QUESTION NO: 19 The main tasks for configuring printer services are setting up the = printer, setting ip the print server, setting up the print client, and verifying printer access. QUESTION NO: 20 Which two are correct statements about printer classes? (Choose two) A. A printer class can NOT include printers from different manufactures. B. A printer class must be defined before any printers can be added to = it. C. A printer class is a way of grouping individual printers for load = balancing. D. Printer priority within a class can be defined by adding the printers = to the class in descending order priority. Answer: C, D QUESTION NO: 21 On may 11, at 9:30 A.M., an administrator accidentally removes several = critical files from /etc. Analysis of the /etc/dumpdates file reveals the following: /dev/rdsk/c0t0d0s0 0 Fri May 10 10:15:38 2002 /dev/rdsk/c0t0d0s5 0 Fri May 10 10:46:06 2002 /dev/rdsk/c0t0d0s7 0 Fri May 10 10:54:56 2002 /dev/rdsk/c0t0d0s7 0 Fri May 10 10:59:02 2002 /dev/rdsk/c0t0d0s0 2 Sat May 11 10:15:03 2002 /dev/rdsk/c0t0d0s7 2 Sat May 11 10:25:23 2002 /dev/rdsk/c0t0d0s0 3 Sun May 12 10:15:14 2002 /dev/rdsk/c0t0d0s7 3 Sun May 12 10:22:22 2002 A portion of the /ect/vfstab file shows: /dev/dsk/c0t0d0s0 / /dev/dsk/c0t0d0s5 /opt /dev/dsk/c0t0d0s6 /usr /dev/dsk/c0t0d0s7 /export/home Which /etc/dumpdates entry identifies the tape from which you should = obtain the deleted files? A. /dev/rdsk/c0t0d0s0 3 Sun May 12 10:15:14 2002 B. /dev/rdsk/c0t0d0s0 0 Fri May 10 10:15:38 2002 C. /dev/rdsk/c0t0d0s6 0 Fri May 10 10:54:56 2002 D. /dev/rdsk/c0t0d0s5 0 Fri May 10 10:46:06 2002 Answer: B QUESTION NO: 22 You are not allowed to bring the system down to single user mode, but = you must back the active / (root) file system. What can you use to back up your / (root) file system? A. UFS Snapshot B. Solaris Volume Manager C. The devfsadm command D. Solaris Management Console Answer: A QUESTION NO:23 You use the ufsrestore command to extract the whole content of a file = system (stored to tape with ufsdump) onto another file system. Which statement about inode allocation is true? A. The new file systems inodes are allocated successively as the files = are restored, independent of the inode numbers recorded to tape. B. ufsrestore consults the inode map in each cylinder. If an inode to be restored is already allocated, ufsrestore quits with a = fail message. C. The inodes are allocated such that the inode numbers after the = restore are identical to the inode numbers recorded on tape, effectively overwriting inodes that = had been allocated before the restore. D. ufsrestore tries to allocate inode numbers for the restored files as = they are recorded on tape and evades to new, unallocated inodes whenever an inode = number is already allocated in the file system. Answer: C QUESTION NO: 24 Which three commands stop the NFS server daemons? (Choose three) 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 Answer: A, C, E QUESTION NO: 25 You have a system with a default configuration and a valid entry in the = NFS server configuration file. What is the run level in which the NFS server = daemons start automatically? A. 0 B. 1 C. 2 D. 3 E. 5 F. S Answer: D QUESTION NO: 26 You have been requested to restore some files to the home directory of = /export/home/usera by using the tar command. You cd the home directory = of usera before doing the restore. What happens? A. If a file you want to restore existed, it would not be restored. B. An existing file is renamed to filename.old and a new file is = restored, C. If a file you want to restore already existed, it would be = overwritten by the restored file. D. If a file you want to restore already existed, only the modification = time would be updated. Answer: C QUESTION NO: 27 Exhibit: 1. extract 2. add hosts 3. cd /var/tmp 4. cd /etc/inet 5. mt -f /dev/rmt/On 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? 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 Answer: D QUESTION NO: 28 You want to create a hard link to a regular file. What us required of = the regular file for the ln command to succeed? (Choose two) A. The file must exist before you run the ln command. B. The file must be in the same directory as the new file name. C. The file must be in the same file system as the new file name. D. The file must be in a different directory from the new file name. E. The file must be in a different file system from the new file name. Answer: A, C QUESTION NO: 29 You use the command lp file1 to print file1. Which source does the lp = command check first to determine where to send print jobs? A. The LPDEST environment variable. B. The PRINTER environment variable. C. The printer defined as the default in the $HOME/.printers file. D. The printer defined as the default in the /etc/printers.conf file. Answer: A QUESTION NO: 30 Which command prints three copies of a file named myfile on the default = printer? A. lp -3 myfile B. lp -c 3 myfile C. lp -n 3 myfile D. lp -0 3 myfile Answer: C QUESTION NO: 31 Which file associates GIDs with group names? A. /etc/groups B. /etc/groups C. /etc/system D. /etc/default/group Answer: A QUESTION NO: 32 Which file should you modify to change the number of groups to which a = user can belong? A. etc/group B. /etc/system C. /etc/default/login D. /etc/default/passwd Answer: C QUESTION NO: 33 You company has 20 identical systems that are used to conduct training = classes. Each week you must re-install the Solaris Operating Environment on all 20 = systems and customize them for the class running that week. Which Solaris installation method should you use for this purpose? A. Solaris Web Star installation. B. Solaris Interactive installation. C. Solaris JumpStart installation. D. Solaris Live Upgrade installation. Answer: C QUESTION NO: 34 You are using a system running in single user mode and want to turn it = off. Which three commands bring the system to a state where you can safely turn off the = power? (Choose three) A. halt B. init 3 C. init 5 D. reboot E. poweroff F. reboot -- -r Answer: A, C, F QUESTION NO: 35 You can 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? A. Add your login name to the /etc/hosts.equiv file on hostb. B. Create hosts.equiv files in your home directories 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. Answer: B QUESTION NO: 36 You telnet into a Solaris machine and log in as user1. Your account is = set up to use the Bourne shell (sh) and your home directory is /home/user1. Which two files (assuming they exist) does the Bourne shell read to = initialize your environment? (Choose two) A. /etc/login B. /etc/profile C. /home/user1/.login D. /home/user1/.profile Answer: B, D QUESTION NO: 37 Which command adds the user user1 to the group staff? A. chuser -g staff user1 B. usermod -G staff user1 C. moduser -g staff user1 D. groupmod -u user1 staff Answer: B QUESTION NO: 38 Which subcommand within the format utility, when executed from the = initial menu, allows you to save new disk and slice information to a file? A. disk B. save C. label D. format E. update F. partition Answer: B QUESTION NO: 39 Given the command: # pkgrm -s spool SUNWaudd What is the result? A. It removes the SUNWaudd package, but saves a copy in a spooling area. B. It removes the SUNWaudd package from the /var/spool/pkg directory. C. It displays spooling information about the SUNWaudd package as it is = being removed. D. It removes the SUNWaudd package that is currently installed in the = Solaris Operating Environment. Answer: B QUESTION NO: 40 Which are two reasons for using Web Start Flash installation instead of = Solaris Web Start? (Choose two) A. Web Start Flash uses a Java technology-based GUI. B. Web Start Flash allows interactive customization of the installation. C. Web Start Flash installation is much faster because it is based on a = previously installed system. D. Web Start Flash installation enables you to install many systems = based on a configuration installed on a master system. Answer: C, D QUESTION NO: 41 You decide to create a class of printers. Which command can create a = class of printers called supports? A. lpadmin -c support B. lpadmin -c "printer name" -p supports C. lpadmin -p support -c "printer name" D. lpadmin -p "printer name" -c supports Answer: D QUESTION NO: 42 You system is configured with a local print spooler called printer1 and = has access to a remote print spooler called printer2. Your default printer is printer1. What command should you use to print file1 to printer2? A. lp printer2 file2 B. lp file1 printer2 C. lp -p printer2 file2 D. lpr -p printer2 file1 Answer: C QUESTION NO: 43 Which command can be used to retrieve just the /etc/inet/hosts file from = the ufsdump file on the /dev/rmt/0 tape device? A. ufsrestore ./etc/inet/hosts /dev/rmt/0 B. ufsrestore Ovf /dev/rmt/0 ./etc/inet/hosts C. ufsrestore rvf /dev/rmt/0 ./etc/inet/hosts D. ufsrestore svf /dev/rmt/0 ./etc/inet/hosts Answer: B QUESTION NO:44 You have defined two device aliases named bootdisk01 and bootdisk02. = These aliases allow you to boot your system from two different disks, and = currently bootdisk01 is used by default. Which Solaris command should you use to cause the system to boot from = bootdisk02 by default? A. eeprom boot-device=3Dbootdisk02 B. eeprom boot-device bootdisk02 C. setenv boot-device=3Dbootdisk02 D. setenv boot-device bootdisk02 Answer: A QUESTION NO: 45 You have set up a permanent customized device alias at the OBP, Which = command allows you to remove the alias? A. unset B. unalias C. nvalias D. devunalias E. unsetalias Answer: C QUESTION NO: 46 Given: # fssnap -i 0 /export/home You type the command: # /usr/lib/fs/ufs/fssnap -i /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: 47 Given: If a level 0 backup of /export/home were attempted, it would consume = approximately 3.8 GBytes of tape space. What can you use to determine how much tape = space would be consumed if a level 3 incremental backup were attempted? A. du -ks /export/home B. ufsdump 3S /export/home C. ufsdump 3L /export/home D. find /export/home -size -level 3 -print Answer: B QUESTION NO: 48 Place each file type on its description. QUESTION NO: 49 You have a new printer that requires that you install an initialization = file that describes the capabilities of the printer. The file is called newprinter and must = be placed in the appropriate directory. In which directory should you place this file? A. /usr/lib/lp/model/n B. /usr/lib/terminfo/n C. /etc/lp/interfaces/n D. /usr/share/lib/terminfo/n Answer: D QUESTION NO: 50 The user user1 is to be removed from your system. You use the command = userdel - 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, B, C QUESTION NO: 52 Given lines from the /etc/inittab file: ap::sysinit:/sbin/autopush -f /etc/iu.ap ap::sysinit:/sbin/soconfig -f /etc/sock2path fs::sysinit:/sbin/rcS sysinit is:3:initdefault: p3:s1234:powerfail:/usr/sbin/shutdown -y -i5 -g0 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 6:wait:/sbin/uadmin 2 1 sc:234:respawn:/usr/lib/saf/sac -t 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 -u 102 -g 301 -d /export/home/user1 -s /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, F 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 -l /usr/bin/ps B. pkgchk -p /usr/bin/ps C. pkginfo -l /usr/bin/ps D. pkginfo -p /usr/bin/ps Answer: B QUESTION NO: 57 Basic functions of the Solaris print service include Initialization, = Queuing, Tracking, Fault Notification, and Filtering. Place each function on its definition. QUESTION NO: 58 Place each Process Signal number on its Signal Name. Answer: QUESTION NO: Q59 You have completed a full ufsrestore of the /(root) file system. What is the impact of not removing the /restoresymtable? A. It would slow down directory lookups. B. It would take up disk space unnecessarily. C. It would corrupt subsequent uses of ufsrestore. D. There is no impact. It is linked only to the restore that created it and will automatically = be deleted. Answer: B QUESTION NO: 60 Place each system boot or initialization phase on the action that takes = place in the phase. QUESTION NO: 61 Which command can be used to restore the /var/adm directory and its = contents from the /dev/rmt/0 remote tape device attached to the host mars? A. ufsrestore cf /dev/rmt/0 ./var/adm B. ufrestore ./var/adm mars:/dev/rmt/0 C. ufsrestore vf mars:/dev/rmt/0 ./var/adm D. ufsrestore xvf mars:/dev/rmt/0 ./var/adm E. ufsrestore Of rd=3Dmars:/dev/rmt/0 ./var/adm Answer: D QUESTION NO: 62 Which three statements about the /var/run file system are true? (Choose = three) 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. Answer: A, C, E QUESTION NO: 63 Which two commands can be used to display a list of active processes = that will be updated at a user-defined sample interval? (Choose two) A. prstat B. prtconf C. prtdiag D. psrinfo E. sdtfpls F. sdtprocess Answer: A, F QUESTION NO: 64 Given the entry in the /etc/passwd file: user1:x:100:101:Sales Manager:/home/user1/:/bin/ksh What does the x in the second field represent? A. This account is locked. B. The password for the user is an x. C. A password is not set for this account. D. It is a placeholder for the users encoded password. Answer: D QUESTION NO: 65 Given the following actions: . All local file systems mount. . Default routers are configured. . Most of the system daemons start. . Files in the /tmp directory are removed. . System accounting is configured. Which run control script causes these actions to occur? A. /sbin/rc1 B. /sbin/rc2 C. /sbin/rc3 D. /sbin/rc5 E. /sbin/rc6 F. /sbin/rcS Answer: B QUESTION NO: 66 Why should you avoid using the abort sequence to get the ok prompt on a = Solaris 9 system? A. The CPU (or CPUs) in the system can fail as a result of an abort = sequence. B. The physical memory installed in the system can be damaged by such an = interruption. C. The file system can become so corrupted that it may be difficult or = impossible to repair. D. The CPU could be interrupted while transferring data between two = registers, leaving the hardware in an indeterminate state. Answer: C QUESTION NO: 67 You are making your system more secure and decide that you are going to = disable root logins. In the file that contains the entry which controls root logins, = to what must the line beginning CONSOLE=3D be set for root logins to be disabled? A. CONSOLE=3D B. CONSOLE=3D/dev/console C. CONSOLE=3Ddisable_root D. CONSOLE=3Droot_disable Answer: A QUESTION NO: 68 Each directory listed is a file system mount point in a default = installation. Which two file systems contain kernel modules? (Choose two) A. / B. /tmp C. /usr D. /var E. /export Answer: A, C QUESTION NO: 69 You have been required to write a script that checks daily to see if at = jobs are scheduled to run. Which two commands could you include in the script to obtain = this information? (Choose two) A. atq B. jobs C. queued D. ls -1 /var/spool/atjobs E. ls -1 /var/spool/cron/atjobs Answer: A, E QUESTION NO: 70 Your system has no printer configuration in place, but is configured to = communicate with all other systems on your network. Which command should you use to = send a file called file1 to a print queue called printer1 located on a print server = called server1? A. lp file1 server1:printer1 B. lp -d server1 printer 1 file1 C. lp -d server1:printer1 file1 D. lp file1 -d printer1:server1 Answer: C QUESTION NO: 71 Given: # mt -f /dev/rmt/1 status What is the function of the command? A. The command is used to report the length of the tape. B. The command is used to check the status of the tape device. C. The command is used to check the checksum of the files on the tape. D. The command is used to check the time stamp on the files on the tape. Answer: A QUESTION NO: 72 You want to back up and active / (root) file system without unmounting = it. What can you use to create a static image of the / (root) file system to use with a = backup command? A. The tar command. B. The fssnap command. C. The snapsfs command. D. The ufsdump -s command. Answer: B QUESTION NO: 73 You want to remove the configuration for printera from the system = client1. You use the command lpadmin -x printera. Which file should you review to check that the settings for printera = have been removed? A. /etc/printers.conf B. /etc/default/printer.conf C. /etc/client1/printer.conf D. /etc/printers/printera.conf Answer: A QUESTION NO: 74 Given: # chmod 2666 permfile Which three statements about the permfile permissions are true? (Choose = three) 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. Answer: C, D, E QUESTION NO: 75 Given the patch: 111021-01 .zip Which command should you use first in a series of steps to install the = patch? A. patchadd 111021-01 B. unzip 111021-01.zip C. zip -U 111021-01.zip D. uncompress 111021-01.zip Answer: B QUESTION NO: 76 Your current unmask value is 022. You create a regular file. Which set of permissions are associated with this file? A. rw-r--r- B. rwxr--r- C. ----w-w- D. rw-rw-rw- E. rwxrwxrwx Answer: A QUESTION NO: 77 Given that the volume manager daemon is not running, which command is = used to mount an ISO 9660 format CD-ROM onto the mount point /mnt? A. mount /dev/cdrom /mnt B. mount -r /dev/dsk/c0t6d0s0 /mnt C. mount -F iso -r /dev/dsk/c0t6d0s0 /mnt D. mount -F hsfs -o ro /dev/dsk/c0t6d0s0 /mnt E. mount -F hsfs -0 ro /mnt /vol/dev/aliases/cdrom0 Answer: D QUESTION NO: 78 Given: # lpstat -d What displays on the screen. A. The name of the default printer. B. The default printers print queue. C. A brief description of the default printer. D. Detailed status information about the default printer. Answer: A QUESTION NO: 79 You need to accomplish a full backup of all files in the /export/home = file system to the /dev/rmt/1 remote tape device attached to the workstation mars. Which command accomplishes this? A. ufsdump Of /dev/rmt/1 /export/home B. ufsdump Of mars:/dev/rmt/1 /export/home C. ufsdump Of /dev/rmt/1 mars:/export/home D. ufsdump Omf mars /dev/rmt/1 /export/home E. ufsdump Of rd=3Dmars:/dev/rmt/1 /export/home Answer: D QUESTION NO: 80 What command reports the systems current run level? A. w B. rstat C. who -r D. init -r Answer: C QUESTION NO: 81 Given the /etc/dumpdates file entry: /dev/rdsk/c0t0d0s7 0 Fri May 10:23:59:59 2002 /dev/rdsk/c0t0d0s7 2 Fri May 17 23:59:59 2002 /dev/rdsk/c0t0d0s7 5 Fri May 24 23:59:59 2002 /dev/rdsk/c0t0d0s7 9 Fri May 31 23:59:59 2002 You want to back up all the files that have been modified or created = since May 18. Which level must you supply to the ufsdump command to achieve this? A. level 9 B. level 2 C. level 4 D. level 6 Answer: C QUESTION NO: 82 Which command logs you in as user1 to the remote system pub_server? A. rlogin pub_server -l user1 B. rlogin pub_server -u user1 C. login -r pub_server -u user1 D. rlogin -h pub_server -l user1 Answer: B QUESTION NO: 83 Which OBP command boots the system and allows use of a different system = file? A. boot -s B. boot -a C. boot /etc/system.new D. boot -f /etc/system.new Answer: B QUESTION NO: 84 You have identified tree files in the /export file system that appear to = be identical. You know the inode number used by one of the files. Which two commands provide information that would verify that these = files are hard linked? (Choose two) A. cat B. ls -lir /export C. ls -lar /export D. find /export -inum <inode_number> E. find /export -inode <inode_number> Answer: B, D QUESTION NO: 85 You want to kill the dtmail process that is hanging. Which command can = you use to achieve this? A. pkill dtmail B. kill -9 mail C. pkill -1 mail D. kill -9 dtmail Answer: A QUESTION NO: 86 Which OBP command creates a temporary customized device alias that = disappears after power cycling the machine? A. alias B. nvalias C. devalias D. prtalias E. setalias Answer: D QUESTION NO: 87 Which two statements about the partition submenu within the format = utility are true? (Choose two) A. It allows you to create and modify slices. B. It allows you to save the label to a disk file. C. It allows disk slices to be divided into soft partitions. D. It causes a new superblock to be written to the disk. E. It allows you to name a partition table for subsequent retrieval. Answer: A, E QUESTION NO: 88 Which command adds the group class with a GID of 312? A. newgrp -g 312 class B. groupadd -g 312 class C. groupadd -n class:312 D. addgroup -g 312 -n class Answer: B QUESTION NO: 89 The Solaris 9 SPARC platform has five cluster configuration software = groups to choose from during installation. Which cluster configuration contains drivers that Sun ships for = third-party hardware? A. Core Solaris Software Group. B. Entire Solaris Software Group. C. End-User Solaris Software Group. D. Developer Solaris Software Group. E. Entire Solaris Software Group Plus OEM. Answer: E QUESTION NO: 90 Which two statements about the /etc/default/passwd file are true? = (Choose two) A. The maximum length of a password is set in /etc/default/passwd. B. /etc/default/passwd contains default passwords for new accounts. C. The default password aging parameters are stored in = /etc/default/passwd. D. /etc/default/passwd can be used to configure a minimum password = length from six to eight characters. Answer: C, D QUESTION NO: 91 Place each configuration cluster name on its definition. QUESTION NO: 92 You are ready to decommission the printer oldtimer as the printer newkid = has made it obsolete. What is the sequence of commands to decommission = oldtimer without losing any print requests? A. reject oldtimer disable oldtimer B. reject oldtimer lpmove oldtimer newkid lpadmin -x old timer C. lpshut mw /var/spool/lp/tmp/oldtimer/* /var/spool/lp/tmp/newkid lpadmin -x oldtimer lpsched D. reject oldtimer mw /var/spool/lp/requests/oldtimer/* /var/spool/lp/requests/newkid enable newkid disable oldtimer Answer: B QUESTION NO: 93 You want to see the Power On Self Test (POST) information as a Solaris 9 = machine boots up. What should you do? 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. Answer: C QUESTION NO: 94 Given that the volume manager daemon is not running, which command is = used to mount a DOS format floppy disk onto the mount point /mnt? A. mount /dev/fd /mnt B. mount -d /dev/diskette /mnt C. mount -F dos /dev/diskette /mnt D. mount -F pcfs /dev/diskette /mnt E. mount -F pcfs /mnt /vol/dev/aliases/floppy0 Answer: D QUESTION NO: 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. Answer: 16 QUESTION NO: 96 Given: /devices/pci@1f,0/pci@1,1/ide@3/dad@0,0:a,raw What kind of device name does this represent? A. An instance name. B. A block device name. C. A logical device name. D. A physical device name. E. A Berkeley Software Distribution (BSD) device name. Answer: D QUESTION NO: 97 You system performs a nightly backup of all the data in the /sales_data = file system using ufsdump to an 8mm DAT tape. Recently, the backup stopped working = because all the data no longer fits on a tape. The backup suspends while = prompting for another tape volume. Which strategy allows each nightly backup to fit on one tape? A. Taking a level one backup weekly and a level zero backup nightly. B. Talking a level zero backup each month, a level two backup each week, = and a level 5 backup nightly. C. Taking a level 5 backup each month, a level six backup each week, and = a level zero backup each night. D. Taking the full tape out in the morning, turning the tape over, = replacing it in the drive, and allowing the backup to complete. Answer: B QUESTION NO: 98 Place the steps necessary to install a local printer on your machine in = the correct order. QUESTION NO: 99 You want to create a permanent device alias called bootdisk2 for the = path: /pci@1f,0/pci@1,1/ide@3/disk@2,0. Which command should you use to accomplish this? A. alias bootdisk2 /pci@1f,0/pci@1,1/ide@3/disk@2,0 B. nvalias bootdisk2 /pci@1f,0/pci@1,1/ide@3/disk@2,0 C. devalias bootdisk2 /pci@1f,0/pci@1,1/ide@3/disk@2,0 D. prtalias bootdisk2 /pci@1f,0/pci@1,1/ide@3/disk@2,0 E. setalias bootdisk2 /pci@if,0/pc1@1,1/ide@3/disk@2,0 Answer: B QUESTION NO: 100 Which two commands display the list of patches installed on a Solaris = system? (Choose two) A. showrew -p B. pkginfo -l C. patchadd -p D. /usr/sbin/prtdiag -v Answer: A, C QUESTION NO: 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. ufsdump 0 /dev/rdsk/c0t1d0s4 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 Answer: A QUESTION NO: 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 correctly describes the effect of this option? A. A log file for each patch is not created. B. A log file for install_cluster is not created. C. The individual patches cannot be removed if desired. D. An entry for the patch in /var/sadm/patch is not created. Answer: B QUESTION NO: 103 The second field in the /ect/group file us used to store the encoded = group password. You have been tasked with placing passwords on all groups. 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. Answer: B ------=_NextPart_000_000D_01C3574D.4CF3F2E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV>&nbsp;</DIV> <DIV style=3D"FONT: 10pt arial">----- Original Message -----=20 <DIV style=3D"BACKGROUND: #e4e4e4; font-color: black"><B>From:</b> <A=20 title=3Dinstructor@sunclass.oicw.org=20 href=3D"mailto:instructor@sunclass.oicw.org">Instructor</A> </DIV> <DIV><B>To:</b> <A title=3Dsunclass@sunclass.oicw.org=20 href=3D"mailto:sunclass@sunclass.oicw.org">sunclass@sunclass.oicw.org</A>= </DIV> <DIV><B>Sent:</b> Wednesday, July 30, 2003 12:11 PM</DIV> <DIV><B>Subject:</b> Sol9 Preparation (100+) Questions</DIV></DIV> <DIV><BR></DIV> <DIV><FONT face=3DArial size=3D2> <DIV><FONT face=3DArial size=3D2><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>QUESTION NO: 1</P> <P align=3Dleft>Which two describe </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>/dev/rmt0</FONT><FONT face=3DTimesNewRoman,Bold size=3D3>? = (Choose=20 two)</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. The first instance of a tape drive.</P> <P align=3Dleft>B. The physical device name for the default tape = drive.</P> <P align=3Dleft>C. The logical device name with hardware compression=20 activated.</P> <P align=3Dleft>D. The default tape device name as indicated in the = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>/kernel/drv/st.conf </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>file.</P> <P align=3Dleft>E. The default tape device name that indicates the tape = should not=20 be rewound when the</P> <P align=3Dleft>current operation completes.</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A, D</P> <P align=3Dleft>QUESTION NO: 2</P> <P align=3Dleft>You have only a limited number of tapes available, and = need to use=20 them to hold as</P> <P align=3Dleft>much data as possible.</P> <P align=3Dleft>Which tape device allows you to save the most data on a = single=20 tape?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/dev/rmt/oz</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/dev/rmt/01</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/dev/rmt0m</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/dev/rmt/0h</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 3</P> <P align=3Dleft>What is a valid </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/etc/vfstab </FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>entry for=20 associating the </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>/export = </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>directory with the</P> <P align=3Dleft>device </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>c2t3d0s0</FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>?</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/dsk/c2t3d0s0=20 /dev/rdsk/c2t3d0s0 /export ufs 1 yes</P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/rdsk/c2t3d0s0=20 /dev/rdsk/c2t3d0s0 /export ufs 1 yes =96</P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/dsk/c2t3d0s0=20 /dev/rdsk/c2t3d0s0 /export ufs 1 yes =96</P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/devices/dsk/c2t3d0s0=20 /devices/rdsk/c2t3d0s0 /export ufs 1 yes =96</P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>QUESTION NO: 4</P> <P align=3Dleft>With the system powered off, you physically connect a = new SCSI=20 disk intro the existing</P> <P align=3Dleft>SCSI chain. You boot the system using the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>boot =96r </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>command.</P> <P align=3Dleft>In which four locations can you find the new device = names for the=20 new SCSI disk?</P> <P align=3Dleft>(Choose four)</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/devices</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/dev/dsk</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/dev/rdsk</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/kernel/drv</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/path_to_inst</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>F. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/name_to_major</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>G. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/platform/sun4u/kernel/drv</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: A, B, C, F</P> <P align=3Dleft>QUESTION NO: 5</P> <P align=3Dleft>Which command can you use to display jobs that are = scheduled to=20 run at a specific time?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>atq</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>jobq</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>jobs</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>queued</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 6</P> <P align=3Dleft>You have four printers installed and configured on your = print=20 server. The printers are</P> <P align=3Dleft>named according to their performance: </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>veryfast, fast, medium, </FONT><FONT = face=3DTimesNewRoman,Bold size=3D3>and </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>slow</FONT><FONT face=3DTimesNewRoman,Bold size=3D3>.</P> <P align=3Dleft>You want to define a print class, </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>printclass</FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>, that incorporates all four printers and</P> <P align=3Dleft>sends most of the work to the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>veryfast </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>and </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>fast = </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>printers.</P> <P align=3Dleft>Which sequence of commands on the print server = accomplishes this=20 task?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>lpadmin = =96p=20 veryfast,fast,medium,slow =96c printclass</P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>lpsched = =96p=20 veryfast,fast,medium,slow =96c printclass</P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>lpadmin = =96p slow =96c=20 printclass</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96p medium =96c = printclass</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96p fast =96c printclass</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin -p veryfast =96c=20 printclass</P></FONT><FONT size=3D2><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>lpadmin = =96p veryfast =96c=20 printclass</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96p fast =96c printclass</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96p medium =96c = printclass</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96p slow =96c=20 printclass</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 7</P> <P align=3Dleft>What files does the </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>last </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>command = read to=20 determine login history?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/var/adm/wtmp</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/var/adm/utmpx</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/var/adm/wtmpx</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/var/adm/lastlog</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 8</P> <P align=3Dleft>You </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>telnet=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>into a Solaris machine = and log in as=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>user1</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>. Your account is set up to use</P> <P align=3Dleft>the C shell (</FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>csh</FONT><FONT face=3DTimesNewRoman,Bold size=3D3>) and your = home directory=20 is </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>/home/user1</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>.</P> <P align=3Dleft>Which three files (assuming they exist) does the C shell = read to=20 initialize your</P> <P align=3Dleft>environment? (Choose three)</P></b></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>A. /etc/login</P> <P align=3Dleft>B. /etc/.login</P> <P align=3Dleft>C. /etc/profile</P> <P align=3Dleft>D. /home/user1/.login</P> <P align=3Dleft>E. /home/user1/.cshrc</P> <P align=3Dleft>F. /home/user1/.profile</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: B, C, E</P> <P align=3Dleft>QUESTION NO: 9</P> <P align=3Dleft>A patch can be installed with no backout information = saved to=20 economize on disk usage.</P> <P align=3Dleft>Which is the correct command to install the patch = 105050-05 with=20 "no backout" from</P></FONT><FONT face=3DCourierNewPS-BoldMT size=3D3> <P align=3Dleft>/tmp</FONT><FONT face=3DTimesNewRoman,Bold=20 size=3D3>?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>patch = &lt;=20 /tmp/105050-05</FONT></P><FONT face=3DCourierNewPSMT size=3D3><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>patchadd=20 /tmp/105050-05</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkgadd = =96d=20 /tmp/105050-05</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>patchadd = =96d=20 /tmp/105050-05</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 10</P> <P align=3Dleft>The SUNWman package has been spooled into the = </FONT><FONT=20 face=3DCourierNewPS-BoldMT = size=3D3>/export/host1/packages</P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>directory. Your current directory is </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/etc</FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>. You want to obtain detailed information</P> <P align=3Dleft>about this package before installing it into the Solaris = Operating=20 Environment on your</P> <P align=3Dleft>system.</P> <P align=3Dleft>Which command displays the information you want to=20 see?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkginfo = =96dl .=20 SUNWman</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkginfo = =96dl=20 /export/host1/packages SUNWman</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkginfo = =96d=20 /export/host1/packages =96l SUNWman</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkginfo = =96d SUNWman=20 /export/hist1/packages =961</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 11</P> <P align=3Dleft>You have shut down your system to run level 0, and you = are at the=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>ok </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>prompt. You want</P> <P align=3Dleft>to display a list of disk device paths and choose one to = use it a=20 customized device alias.</P> <P align=3Dleft>Which OBP command allows you to select a device path and = later=20 insert it into the</P> <P align=3Dleft>command line that creates the new device=20 alias?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>devalias</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>show-devs</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>show-disks</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>find-device</P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 12</STRONG></P> <P align=3Dleft><STRONG>You have logged into the console as=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT = size=3D3>user1</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>. Now you log in as </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>root </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>using the </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>su=20 </FONT></STRONG><FONT face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>command.</STRONG></P><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Which user identities do the = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>whoami </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>and </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>who am i = </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>commands = report?</P></FONT></STRONG><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>whoami </FONT><FONT face=3DTimesNewRoman size=3D3>reports = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>root, who am i </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>reports </FONT><FONT face=3DCourierNewPSMT = size=3D3>root</FONT></STRONG><FONT=20 face=3DTimesNewRoman size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>B. </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>whoami </FONT><FONT face=3DTimesNewRoman size=3D3>reports = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>user1, who am i </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>reports </FONT><FONT face=3DCourierNewPSMT = size=3D3>root</FONT></STRONG><FONT=20 face=3DTimesNewRoman size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>C. </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>whoami </FONT><FONT face=3DTimesNewRoman size=3D3>reports = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>root, who am i </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>reports </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>user1</FONT></STRONG><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>D. </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>whoami </FONT><FONT face=3DTimesNewRoman size=3D3>reports = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>user1, who am i </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>reports </FONT><FONT face=3DCourierNewPSMT = size=3D3>user1</FONT><FONT=20 face=3DTimesNewRoman size=3D3>.</P></FONT></STRONG><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 13</STRONG></P> <P align=3Dleft><STRONG>Your </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>telnet </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>into a Solaris machine and log in as </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>user1</FONT></STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3><STRONG>. Your account is set up to=20 use</STRONG></P> <P align=3Dleft><STRONG>the Korn shell (</STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>ksh</FONT><FONT = face=3DTimesNewRoman,Bold size=3D3>)=20 and your home directory is </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/home/user1</FONT></STRONG><FONT face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>The following files are read by the Korn shell = to=20 initialize your environment on login:</STRONG></P> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>/home/user1/.kshrc</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>/etc/profile</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>/home/user1/.profile</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>In which order are they = executed?</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. A, B, C</STRONG></P> <P align=3Dleft><STRONG>B. A, C, B</STRONG></P> <P align=3Dleft><STRONG>C. B, A, C</STRONG></P> <P align=3Dleft><STRONG>D. B, C, A</STRONG></P> <P align=3Dleft><STRONG>E. C, A, B</STRONG></P> <P align=3Dleft><STRONG>F. C, B, A</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 14</STRONG></P> <P align=3Dleft><STRONG>An </STRONG></FONT><STRONG><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>fsck </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>has just = been run on an=20 unmounted file system that exists on</P></FONT></STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3> <P align=3Dleft><STRONG>/dev/rdsk/c0t3d0s7</STRONG></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>Which command can you use to mount this file = system as=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/export/eng_data</FONT><FONT face=3DTimesNewRoman,Bold=20 size=3D3>?</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount /dev/dsk/c0t3d0s7 = /export/eng_data</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount /export/eng_date = /dev/dsk/c0t3d0s7</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount /dev/rdsk/c0t3d0s7=20 /export/eng_data</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount /export/eng_data=20 /dev/rdsk/c0t3d0s7</STRONG></FONT></P><FONT face=3DCourierNewPSMT = size=3D3><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 15</STRONG></P> <P align=3Dleft><STRONG>Which command displays the list of alternate = superblocks=20 for a UFS file system on</STRONG></P></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3> <P align=3Dleft><STRONG>c0t0d0s0</STRONG></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>?</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>fsck /dev/rdsk/c0t0d0s0</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>format /dev/dsk/c0t0d0s0</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>prtvtoc /dev/dsk/c0t0d0s0</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>newfs =96N /dev/rdsk/c0t0d0s0</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 16</STRONG></P> <P align=3Dleft><STRONG>Which two are reasons to select Custom JumpStart = installation over Web Start Flash</STRONG></P> <P align=3Dleft><STRONG>installation? (Choose = two)</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. JumpStart uses a master system to serve the=20 installations.</STRONG></P> <P align=3Dleft><STRONG>B. JumpStart installation is faster than a Web = Start Flash=20 installation.</STRONG></P> <P align=3Dleft><STRONG>C. JumpStart uses profiles that can be = customized for=20 different types of systems.</STRONG></P> <P align=3Dleft><STRONG>D. JumpStart allows you to incorporate scripts = to perform=20 pre-installation and postinstallation</STRONG></P> <P align=3Dleft><STRONG>tasks.</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: C, D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 17</STRONG></P> <P align=3Dleft><STRONG>You have 1 of 2 Solaris 9 installation CD-ROMs, = and you=20 want to spool the SUNWzip</STRONG></P> <P align=3Dleft><STRONG>package from the </STRONG></FONT><FONT=20 face=3DCourierNewPS-BoldMT = size=3D3><STRONG>/cdrom/sol_9_sparc_2/Solaris_9/Product=20 </STRONG></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3><STRONG>directory to=20 the</STRONG></P> <P align=3Dleft><STRONG>default spooling directory?</STRONG></P> <P align=3Dleft><STRONG>Which two commands can accomplish this? (Choose=20 two)</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkgadd =96s spool =96 d = /cdrom/sol_9_sparc_2/Solaris9/Product=20 SUNWzip</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkgadd =96d spool =96s = /cdrom/sol_9_sparc_2/Solaris_9/Product=20 SUNWzip</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkgadd =96d /cdrom/sol_9_sparc_2/Solaris_9/Product = SUNWzip =96s=20 /var/spool/pkg</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkgadd =96s /var/spool/pkg =96d=20 /cdrom/sol_9_sparc_2/Solaris_9/Product SUNWzip</STRONG></P><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A, D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 18</STRONG></P> <P align=3Dleft><STRONG>You successfully installed the recommended patch = cluster=20 for the Solaris release</STRONG></P> <P align=3Dleft><STRONG>installed on your system. A specific hardware = component=20 you want to attach requires a</STRONG></P> <P align=3Dleft><STRONG>patch that is not found in the patch = cluster.</STRONG></P> <P align=3Dleft><STRONG>What should you do to check if the new patch is=20 incompatible with any of those patches</STRONG></P> <P align=3Dleft><STRONG>already installed?</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. Install the patch and see if it = works.</STRONG></P> <P align=3Dleft><STRONG>B. Read the README file associated with the new=20 patch.</STRONG></P> <P align=3Dleft><STRONG>C. Read the README file associated with the = patch=20 cluster.</STRONG></P> <P align=3Dleft><STRONG>D. No action is required because all patches are = compatible.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 19</STRONG></P> <P align=3Dleft><STRONG>The main tasks for configuring printer services = are=20 setting up the printer, setting ip the</STRONG></P> <P align=3Dleft><STRONG>print server, setting up the print client, and = verifying=20 printer access.</STRONG></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></SPAN> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></SPAN></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></SPAN></SPAN></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><FONT face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></SPAN></SPAN></FONT><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></SPAN></SPAN></FONT>&nbsp;</P> <P align=3Dleft><STRONG>QUESTION NO: 20</STRONG></P> <P align=3Dleft><STRONG>Which two are correct statements about printer = classes?=20 (Choose two)</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. A printer class can NOT include printers from = different=20 manufactures.</P> <P align=3Dleft>B. A printer class must be defined before any printers = can be=20 added to it.</P> <P align=3Dleft>C. A printer class is a way of grouping individual = printers for=20 load balancing.</P> <P align=3Dleft>D. Printer priority within a class can be defined by = adding the=20 printers to the class in</P> <P align=3Dleft>descending order priority.</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: C, D</P> <P align=3Dleft>QUESTION NO: 21</P> <P align=3Dleft>On may 11, at 9:30 A.M., an administrator accidentally = removes=20 several critical files</P> <P align=3Dleft>from </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>/etc</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>. Analysis of the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/etc/dumpdates </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>file reveals the = following:</P></b></FONT><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft>/dev/rdsk/c0t0d0s0 0 Fri May 10 10:15:38 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s5 0 Fri May 10 10:46:06 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 0 Fri May 10 10:54:56 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 0 Fri May 10 10:59:02 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s0 2 Sat May 11 10:15:03 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 2 Sat May 11 10:25:23 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s0 3 Sun May 12 10:15:14 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 3 Sun May 12 10:22:22 = 2002</P><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>A portion of the </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>/ect/vfstab </FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>file=20 shows:</P></b></FONT><FONT face=3DCourierNewPSMT size=3D3> <P align=3Dleft>/dev/dsk/c0t0d0s0 /</P> <P align=3Dleft>/dev/dsk/c0t0d0s5 /opt</P> <P align=3Dleft>/dev/dsk/c0t0d0s6 /usr</P> <P align=3Dleft>/dev/dsk/c0t0d0s7 /export/home</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Which </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>/etc/dumpdates=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>entry identifies the = tape from which=20 you should obtain the</P> <P align=3Dleft>deleted files?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/rdsk/c0t0d0s0 3=20 Sun May 12 10:15:14 2002</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/rdsk/c0t0d0s0 0=20 Fri May 10 10:15:38 2002</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/rdsk/c0t0d0s6 0=20 Fri May 10 10:54:56 2002</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/dev/rdsk/c0t0d0s5 0=20 Fri May 10 10:46:06 2002</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: B</P><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>QUESTION NO: 22</P> <P align=3Dleft>You are not allowed to bring the system down to single = user mode,=20 but you must back</P> <P align=3Dleft>the active / (root) file system.</P> <P align=3Dleft>What can you use to back up your / (root) file=20 system?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. UFS Snapshot</P> <P align=3Dleft>B. Solaris Volume Manager</P> <P align=3Dleft>C. The </FONT><FONT face=3DCourierNewPSMT = size=3D3>devfsadm=20 </FONT><FONT face=3DTimesNewRoman size=3D3>command</P> <P align=3Dleft>D. Solaris Management Console</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A</P></b></FONT></b></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>QUESTION NO:23</P> <P align=3Dleft>You use the </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>ufsrestore </FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>command to extract=20 the whole content of a file system (stored</P> <P align=3Dleft>to tape with </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>ufsdump</FONT><FONT face=3DTimesNewRoman,Bold size=3D3>) onto = another file=20 system.</P> <P align=3Dleft>Which statement about inode allocation is=20 true?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. The new file systems inodes are allocated = successively as the=20 files are restored,</P> <P align=3Dleft>independent of the inode numbers recorded to tape.</P> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsrestore </FONT><FONT=20 face=3DTimesNewRoman size=3D3>consults the inode map in each = cylinder.</P> <P align=3Dleft>If an inode to be restored is already allocated, = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>ufsrestore </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>quits with a fail</P> <P align=3Dleft>message.</P><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. The inodes are allocated such that the inode numbers = after the=20 restore are identical to</P> <P align=3Dleft>the inode numbers recorded on tape, effectively = overwriting inodes=20 that had been</P> <P align=3Dleft>allocated before the restore.</P> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsrestore </FONT><FONT=20 face=3DTimesNewRoman size=3D3>tries to allocate inode numbers for the = restored files=20 as they are</P> <P align=3Dleft>recorded on tape and evades to new, unallocated inodes = whenever an=20 inode number is</P> <P align=3Dleft>already allocated in the file system.</P></FONT><B><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 24</P> <P align=3Dleft>Which three commands stop the NFS server daemons? = (Choose=20 three)</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/etc/init.d/nfs.server=20 stop</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/rc5.d/K28nfs.server stop</P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/rc2.d/K28nfs.server stop</P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/rc0.d/S15nfs.server stop</P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/rc3.d/S15nfs.server.stop</P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>F. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/rc0.d/K28nfs.server stop</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: A, C, E</P> <P align=3Dleft>QUESTION NO: 25</P> <P align=3Dleft>You have a system with a default configuration and a = valid entry=20 in the NFS server</P> <P align=3Dleft>configuration file. What is the run level in which the = NFS server=20 daemons start</P> <P align=3Dleft>automatically?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. 0</P> <P align=3Dleft>B. 1</P> <P align=3Dleft>C. 2</P> <P align=3Dleft>D. 3</P> <P align=3Dleft>E. 5</P> <P align=3Dleft>F. S</P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 26</STRONG></P> <P align=3Dleft><STRONG>You have been requested to restore some files to = the home=20 directory of </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/export/home/usera </FONT></STRONG><STRONG><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>by using the </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>tar=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>command. You = </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>cd </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>the home directory of </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>usera=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>before doing the=20 restore.</FONT></STRONG></P><FONT face=3DTimesNewRoman,Bold = size=3D3><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>What happens?</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>A. If a file you want to restore existed, it = would not be=20 restored.</STRONG></P> <P align=3Dleft><STRONG>B. An existing file is renamed to = </STRONG></FONT><FONT=20 face=3DCourierNewPSMT size=3D3><STRONG>filename.old = </STRONG></FONT><FONT=20 face=3DTimesNewRoman size=3D3><STRONG>and a new file is = restored,</STRONG></P> <P align=3Dleft><STRONG>C. If a file you want to restore already = existed, it would=20 be overwritten by the restored</STRONG></P> <P align=3Dleft><STRONG>file.</STRONG></P> <P align=3Dleft><STRONG>D. If a file you want to restore already = existed, only the=20 modification time would be</STRONG></P> <P align=3Dleft><STRONG>updated.</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 27</STRONG></P> <P align=3Dleft><STRONG>Exhibit:</STRONG></P> <P align=3Dleft><STRONG>1. extract</STRONG></P> <P align=3Dleft><STRONG>2. add hosts</STRONG></P> <P align=3Dleft><STRONG>3. cd /var/tmp</STRONG></P> <P align=3Dleft><STRONG>4. cd /etc/inet</STRONG></P> <P align=3Dleft><STRONG>5. mt =96f /dev/rmt/On fsf 1</STRONG></P> <P align=3Dleft><STRONG>6. ufsrestore ivf /dev/rmt/0</STRONG></P> <P align=3Dleft><STRONG>7. mv /var/tmp/etc/inet/hosts = /etc/inet/hosts</STRONG></P> <P align=3Dleft><STRONG>8. quit</STRONG></P> <P align=3Dleft><STRONG>The steps that should be used to interactively = restore the=20 </STRONG></FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3><STRONG>/etc/inet/hosts=20 </STRONG></FONT><FONT face=3DTimesNewRoman,Bold size=3D3><STRONG>file=20 from</STRONG></P> <P align=3Dleft><STRONG>the second </STRONG></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>ufsdump </STRONG></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3><STRONG>file on a tape are shown in the exhibit.</STRONG></P> <P align=3Dleft><STRONG>In which order should they be=20 executed?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. 3, 6, 4, 2, 1, 5, 7, 8</STRONG></P> <P align=3Dleft><STRONG>B. 3, 4, 5, 6, 2, 1, 7, 8</STRONG></P> <P align=3Dleft><STRONG>C. 3, 6, 5, 2, 1, 4, 8, 7</STRONG></P> <P align=3Dleft><STRONG>D. 3, 5, 6, 4, 2, 1, 8, = 7</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 28</STRONG></P> <P align=3Dleft><STRONG>You want to create a hard link to a regular = file. What us=20 required of the regular file for</STRONG></P> <P align=3Dleft><STRONG>the </STRONG></FONT><STRONG><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>ln </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>command to = succeed?=20 (Choose two)</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The file must exist before you run the=20 </STRONG></FONT><FONT face=3DCourierNewPSMT size=3D3><STRONG>ln=20 </STRONG></FONT><FONT face=3DTimesNewRoman = size=3D3><STRONG>command.</STRONG></P> <P align=3Dleft><STRONG>B. The file must be in the same directory as the = new file=20 name.</STRONG></P> <P align=3Dleft><STRONG>C. The file must be in the same file system as = the new=20 file name.</STRONG></P><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. The file must be in a different directory = from the new=20 file name.</STRONG></P> <P align=3Dleft><STRONG>E. The file must be in a different file system = from the=20 new file name.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Answer: A, C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 29</STRONG></P> <P align=3Dleft><STRONG>You use the command = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>lp file1 </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>to print </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>file1</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>. Which source does the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>lp </FONT></STRONG><FONT = face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>command</STRONG></P> <P align=3Dleft><STRONG>check first to determine where to send print=20 jobs?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The </STRONG></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3><STRONG>LPDEST </STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>environment variable.</STRONG></P> <P align=3Dleft><STRONG>B. The </STRONG></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3><STRONG>PRINTER </STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>environment variable.</STRONG></P> <P align=3Dleft><STRONG>C. The printer defined as the default in the=20 </STRONG></FONT><FONT face=3DCourierNewPSMT = size=3D3><STRONG>$HOME/.printers=20 </STRONG></FONT><FONT face=3DTimesNewRoman = size=3D3><STRONG>file.</STRONG></P> <P align=3Dleft><STRONG>D. The printer defined as the default in the=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPSMT = size=3D3>/etc/printers.conf=20 </FONT><FONT face=3DTimesNewRoman = size=3D3>file.</P></FONT></STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 30</STRONG></P> <P align=3Dleft><STRONG>Which command prints three copies of a file = named=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT size=3D3>myfile = </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>on the default=20 printer?</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp =963 myfile</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp =96c 3 myfile</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp =96n 3 myfile</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp =960 3 myfile</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 31</STRONG></P> <P align=3Dleft><STRONG>Which file associates GIDs with group=20 names?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/groups</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/groups</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/system</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/group</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 32</STRONG></P> <P align=3Dleft><STRONG>Which file should you modify to change the = number of=20 groups to which a user can</STRONG></P> <P align=3Dleft><STRONG>belong?</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>etc/group</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/system</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/login</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/passwd</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 33</STRONG></P> <P align=3Dleft><STRONG>You company has 20 identical systems that are = used to=20 conduct training classes. Each</STRONG></P> <P align=3Dleft><STRONG>week you must re-install the Solaris Operating = Environment=20 on all 20 systems and</STRONG></P> <P align=3Dleft><STRONG>customize them for the class running that=20 week.</STRONG></P> <P align=3Dleft><STRONG>Which Solaris installation method should you use = for this=20 purpose?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. Solaris Web Star installation.</STRONG></P> <P align=3Dleft><STRONG>B. Solaris Interactive = installation.</STRONG></P> <P align=3Dleft><STRONG>C. Solaris JumpStart installation.</STRONG></P> <P align=3Dleft><STRONG>D. Solaris Live Upgrade=20 installation.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 34</STRONG></P> <P align=3Dleft><STRONG>You are using a system running in single user = mode and=20 want to turn it off. Which three</STRONG></P> <P align=3Dleft><STRONG>commands bring the system to a state where you = can safely=20 turn off the power? (Choose</STRONG></P> <P align=3Dleft><STRONG>three)</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>halt</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>init 3</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>init 5</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>reboot</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>E. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>poweroff</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>F. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>reboot -- -r</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: A, C, F</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 35</STRONG></P> <P align=3Dleft><STRONG>You can log in to both = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>hostA </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>and </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>hostb=20 </FONT></STRONG><FONT face=3DTimesNewRoman,Bold size=3D3><STRONG>using = the same=20 login name. You want to use</STRONG></P> <P align=3Dleft><STRONG>the </STRONG></FONT><STRONG><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>rcp </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>command to = copy a file=20 from </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>hostA </FONT><FONT = face=3DTimesNewRoman,Bold size=3D3>to </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>HostB</FONT></STRONG><FONT face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>What do you need to do to allow this=20 operation?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. Add your login name to the=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPSMT = size=3D3>/etc/hosts.equiv=20 </FONT><FONT face=3DTimesNewRoman size=3D3>file on </FONT><FONT = face=3DCourierNewPSMT=20 size=3D3>hostb</FONT></STRONG><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>B. Create </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPSMT size=3D3>hosts.equiv </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>files in your home directories and put a + in the file=20 on</P></FONT></STRONG><FONT face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG>hostb</STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>C. Ask the system administrator to add you to = the=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPSMT = size=3D3>/etc/.rhosts=20 </FONT><FONT face=3DTimesNewRoman size=3D3>file on the = host</P></FONT></STRONG><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG>hostb</STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>D. Create a </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPSMT size=3D3>.rhosts </FONT><FONT face=3DTimesNewRoman = size=3D3>file=20 in your home directory on </FONT><FONT face=3DCourierNewPSMT = size=3D3>hostb=20 </FONT><FONT face=3DTimesNewRoman size=3D3>and put the host=20 name</P></FONT></STRONG><FONT face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG>hostA </STRONG></FONT><FONT face=3DTimesNewRoman = size=3D3><STRONG>in the file.</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 36</STRONG></P> <P align=3Dleft><STRONG>You </STRONG></FONT><STRONG><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>telnet </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>into a = Solaris machine=20 and log in as </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>user1</FONT></STRONG><FONT face=3DTimesNewRoman,Bold = size=3D3><STRONG>. Your=20 account is set up to use</STRONG></P> <P align=3Dleft><STRONG>the Bourne shell (</STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>sh</FONT><FONT = face=3DTimesNewRoman,Bold size=3D3>)=20 and your home directory is </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/home/user1</FONT></STRONG><FONT face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>Which two files (assuming they exist) does the = Bourne=20 shell read to initialize your</STRONG></P> <P align=3Dleft><STRONG>environment? (Choose = two)</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/login</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/profile</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/home/user1/.login</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/home/user1/.profile</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B, D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 37</STRONG></P> <P align=3Dleft><STRONG>Which command adds the user = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>user1 </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>to the group </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>staff</FONT><FONT face=3DTimesNewRoman,Bold=20 size=3D3>?</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>chuser =96g staff user1</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>usermod =96G staff user1</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>moduser =96g staff user1</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>groupmod =96u user1 staff</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 38</STRONG></P> <P align=3Dleft><STRONG>Which subcommand within the = </STRONG></FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3><STRONG>format </STRONG></FONT><FONT = face=3DTimesNewRoman,Bold size=3D3><STRONG>utility, when executed from = the initial=20 menu,</STRONG></P> <P align=3Dleft><STRONG>allows you to save new disk and slice = information to a=20 file?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>disk</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>save</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>label</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>format</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>E. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>update</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>F. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>partition</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 39</STRONG></P> <P align=3Dleft><STRONG>Given the command:</STRONG></P></FONT><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG># pkgrm =96s spool = SUNWaudd</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>What is the result?</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. It removes the SUNWaudd package, but saves a = copy in a=20 spooling area.</STRONG></P> <P align=3Dleft><STRONG>B. It removes the SUNWaudd package from the=20 </STRONG></FONT><FONT face=3DCourierNewPSMT = size=3D3><STRONG>/var/spool/pkg=20 </STRONG></FONT><FONT face=3DTimesNewRoman = size=3D3><STRONG>directory.</STRONG></P> <P align=3Dleft><STRONG>C. It displays spooling information about the = SUNWaudd=20 package as it is being removed.</STRONG></P> <P align=3Dleft><STRONG>D. It removes the SUNWaudd package that is = currently=20 installed in the Solaris Operating</STRONG></P> <P align=3Dleft><STRONG>Environment.</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 40</STRONG></P> <P align=3Dleft><STRONG>Which are two reasons for using Web Start Flash=20 installation instead of Solaris Web</STRONG></P> <P align=3Dleft><STRONG>Start? (Choose two)</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. Web Start Flash uses a Java technology-based=20 GUI.</STRONG></P> <P align=3Dleft><STRONG>B. Web Start Flash allows interactive = customization of the=20 installation.</STRONG></P> <P align=3Dleft><STRONG>C. Web Start Flash installation is much faster = because it=20 is based on a previously installed system.</STRONG></P> <P align=3Dleft><STRONG>D. Web Start Flash installation enables you to = install=20 many systems based on a configuration installed on a master=20 system.</STRONG></P><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C, D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 41</STRONG></P> <P align=3Dleft><STRONG>You decide to create a class of printers. Which = command=20 can create a class of printers</STRONG></P> <P align=3Dleft><STRONG>called supports?</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lpadmin =96c support</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>lpadmin =96c </FONT><FONT face=3DTimesNewRoman = size=3D3>"printer name"=20 </FONT><FONT face=3DCourierNewPSMT size=3D3>=96p = supports</P></FONT></STRONG><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lpadmin =96p support =96c </STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>"printer name"</STRONG></P> <P align=3Dleft><STRONG>D. </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>lpadmin =96p </FONT><FONT face=3DTimesNewRoman = size=3D3>"printer name"=20 </FONT><FONT face=3DCourierNewPSMT size=3D3>=96c = supports</P></FONT></STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 42</STRONG></P> <P align=3Dleft><STRONG>You system is configured with a local print = spooler called=20 </STRONG></FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3><STRONG>printer1=20 </STRONG></FONT><FONT face=3DTimesNewRoman,Bold size=3D3><STRONG>and has = access to=20 a</STRONG></P> <P align=3Dleft><STRONG>remote print spooler called = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>printer2</FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>. Your default printer is </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>printer1</FONT></STRONG><FONT face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>What command should you use to print=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT size=3D3>file1 = </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>to </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>printer2</FONT><FONT face=3DTimesNewRoman,Bold=20 size=3D3>?</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp printer2 file2</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp file1 printer2</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lp =96p printer2 file2</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>lpr =96p printer2 file1</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 43</STRONG></P> <P align=3Dleft><STRONG>Which command can be used to retrieve just the=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT = size=3D3>/etc/inet/hosts=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>file from=20 the</P></FONT></STRONG><FONT face=3DCourierNewPS-BoldMT size=3D3> <P align=3Dleft><STRONG>ufsdump </STRONG></FONT><STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3>file on the </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>/dev/rmt/0 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>tape = device?</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>ufsrestore ./etc/inet/hosts = /dev/rmt/0</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>ufsrestore Ovf /dev/rmt/0=20 ./etc/inet/hosts</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>ufsrestore rvf /dev/rmt/0=20 ./etc/inet/hosts</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>ufsrestore svf /dev/rmt/0=20 ./etc/inet/hosts</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO:44</STRONG></P> <P align=3Dleft><STRONG>You have defined two device aliases named=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT = size=3D3>bootdisk01=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>and </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>bootdisk02</FONT></STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3><STRONG>. These</STRONG></P> <P align=3Dleft><STRONG>aliases allow you to boot your system from two = different=20 disks, and currently</STRONG></P></FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3> <P align=3Dleft><STRONG>bootdisk01 </STRONG></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>is used by default.</STRONG></P> <P align=3Dleft><STRONG>Which Solaris command should you use to cause = the system=20 to boot from </STRONG></FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>bootdisk02</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>by default?</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>eeprom = boot-device=3Dbootdisk02</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>eeprom boot-device bootdisk02</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>setenv = boot-device=3Dbootdisk02</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>setenv boot-device bootdisk02</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 45</STRONG></P> <P align=3Dleft><STRONG>You have set up a permanent customized device = alias at the=20 OBP, Which command</STRONG></P> <P align=3Dleft><STRONG>allows you to remove the = alias?</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>unset</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>unalias</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>nvalias</STRONG></P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>devunalias</STRONG></P></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>E. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>unsetalias</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 46</STRONG></P> <P align=3Dleft><STRONG>Given:</STRONG></P></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3> <P align=3Dleft><STRONG># fssnap =96i</STRONG></P> <P align=3Dleft><STRONG>0 /export/home</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>You type the command:</STRONG></P></FONT><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG># /usr/lib/fs/ufs/fssnap =96i=20 /export/home</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>What is the result of this=20 command?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. A new </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>fssnap </FONT><FONT face=3DTimesNewRoman size=3D3>image of the = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>/export/home </FONT></STRONG><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>file system is created.</STRONG></P> <P align=3Dleft><STRONG>B. Detailed information about the = </STRONG></FONT><FONT=20 face=3DCourierNewPSMT size=3D3><STRONG>/export/home = </STRONG></FONT><FONT=20 face=3DTimesNewRoman size=3D3><STRONG>snapshot is = displayed.</STRONG></P> <P align=3Dleft><STRONG>C. An existing </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPSMT size=3D3>fssnap </FONT><FONT face=3DTimesNewRoman = size=3D3>image=20 of </FONT><FONT face=3DCourierNewPSMT size=3D3>/export/home </FONT><FONT = face=3DTimesNewRoman size=3D3>for read only is = mounted.</FONT></STRONG></P><FONT=20 face=3DTimesNewRoman size=3D3><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. The </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>/export/home </FONT><FONT face=3DTimesNewRoman = size=3D3>snapshot is used as=20 input to the </FONT><FONT face=3DCourierNewPSMT size=3D3>fssnap = </FONT><FONT=20 face=3DTimesNewRoman size=3D3>command.</P></FONT></STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 47</STRONG></P> <P align=3Dleft><STRONG>Given:</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2></FONT></SPAN>&nbsp;</P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"><STRONG></STRONG></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></STRONG></P> <P align=3Dleft><STRONG><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></SPAN>If=20 a level 0 backup of </STRONG></FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>/export/home </STRONG></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>were attempted, it would consume = approximately</STRONG></P> <P align=3Dleft><STRONG>3.8 GBytes of tape space. What can you use to = determine=20 how much tape space would be</STRONG></P> <P align=3Dleft><STRONG>consumed if a level 3 incremental backup were=20 attempted?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>du =96ks /export/home</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>ufsdump 3S /export/home</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>ufsdump 3L /export/home</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>find /export/home =96size =96level 3 = =96print</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 48</STRONG></P> <P align=3Dleft><STRONG>Place each file type on its = description.</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></STRONG></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> <P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2></FONT></SPAN></SPAN></SPAN>&nbsp;</P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> <P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3DArial=20 size=3D2></FONT>&nbsp;</P> <P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial=20 size=3D2></FONT></SPAN>&nbsp;</P></SPAN></SPAN></FONT></SPAN></SPAN></SPA= N></SPAN></SPAN></SPAN></SPAN><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"> <P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3DArial=20 size=3D2></FONT>&nbsp;</P> <P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3DArial=20 size=3D2></FONT>&nbsp;</P></SPAN></FONT></SPAN></SPAN></SPAN></SPAN></SPA= N></SPAN></SPAN><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 49</STRONG></P> <P align=3Dleft><STRONG>You have a new printer that requires that you = install an=20 initialization file that describes</STRONG></P> <P align=3Dleft><STRONG>the capabilities of the printer. The file is = called=20 </STRONG></FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3><STRONG>newprinter=20 </STRONG></FONT><FONT face=3DTimesNewRoman,Bold size=3D3><STRONG>and = must be placed=20 in the</STRONG></P> <P align=3Dleft><STRONG>appropriate directory.</STRONG></P> <P align=3Dleft><STRONG>In which directory should you place this=20 file?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/usr/lib/lp/model/n</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/usr/lib/terminfo/n</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/lp/interfaces/n</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/usr/share/lib/terminfo/n</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 50</STRONG></P> <P align=3Dleft><STRONG>The user </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>user1 </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>is to be removed from your system. You use the command=20 </FONT></STRONG><FONT face=3DCourierNewPS-BoldMT = size=3D3><STRONG>userdel=20 =96</STRONG></P> <P align=3Dleft><STRONG>r user1</STRONG></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>What is the result of this=20 command?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The specified users account is = locked.</STRONG></P> <P align=3Dleft><STRONG>B. The specified users account and home = directory are=20 deleted.</STRONG></P> <P align=3Dleft><STRONG>C. The specified users account, home directory, = and files=20 are deleted.</STRONG></P> <P align=3Dleft><STRONG>D. The specified users account is locked and a = list of all=20 files owned by the user is placed</STRONG></P> <P align=3Dleft><STRONG>in </STRONG></FONT><STRONG><FONT = face=3DCourierNewPSMT=20 size=3D3>/var/tmp</FONT><FONT face=3DTimesNewRoman = size=3D3>.</P></FONT></STRONG><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 51</STRONG></P> <P align=3Dleft><STRONG>Which three should you use to obtain patches? = (Choose=20 three)</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. World Wide Web access.</STRONG></P> <P align=3Dleft><STRONG>B. CD-ROM media from Sun.</STRONG></P> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>telnet </STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>access to SunSolve.</STRONG></P> <P align=3Dleft><STRONG>D. anonymous </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPSMT size=3D3>ftp </FONT><FONT face=3DTimesNewRoman = size=3D3>access to=20 the SunSolve </FONT><FONT face=3DCourierNewPSMT size=3D3>ftp = </FONT></STRONG><FONT=20 face=3DTimesNewRoman size=3D3><STRONG>site.</STRONG></P> <P align=3Dleft><STRONG>E. patch supplied from an official periodical=20 publication.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Answer: A, B, C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 52</STRONG></P> <P align=3Dleft><STRONG>Given lines from the = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/etc/inittab </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>file:</P></FONT></STRONG><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG>ap::sysinit:/sbin/autopush =96f = /etc/iu.ap</STRONG></P> <P align=3Dleft><STRONG>ap::sysinit:/sbin/soconfig =96f = /etc/sock2path</STRONG></P> <P align=3Dleft><STRONG>fs::sysinit:/sbin/rcS sysinit</STRONG></P> <P align=3Dleft><STRONG>is:3:initdefault:</STRONG></P> <P align=3Dleft><STRONG>p3:s1234:powerfail:/usr/sbin/shutdown =96y =96i5 = =96g0</STRONG></P> <P align=3Dleft><STRONG>sS:s:wait:/sbin/rcS</STRONG></P> <P align=3Dleft><STRONG>s0:0:wait:/sbin/rc0</STRONG></P> <P align=3Dleft><STRONG>s1:1:respwan:/sbin/rc1</STRONG></P> <P align=3Dleft><STRONG>s2:23:wait:/sbin/rc2</STRONG></P> <P align=3Dleft><STRONG>s3:3:wait:/sbin/rc3</STRONG></P> <P align=3Dleft><STRONG>s5:5:wait:/sbin/rc5</STRONG></P> <P align=3Dleft><STRONG>s6:6:wait:/sbin/rc6</STRONG></P> <P align=3Dleft><STRONG>fw:0:wait:/sbin/uadmin 2 0</STRONG></P><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG>of:5:wait:/sbin/uadmin 2 6</STRONG></P> <P align=3Dleft><STRONG>6:wait:/sbin/uadmin 2 1</STRONG></P> <P align=3Dleft><STRONG>sc:234:respawn:/usr/lib/saf/sac =96t=20 300</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Which three statements are true? (Choose=20 three)</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The default run level is set to = 3.</STRONG></P> <P align=3Dleft><STRONG>B. The </STRONG></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3><STRONG>/sbin/rcS </STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>script runts at boot time, regardless of the = destination run=20 level.</STRONG></P> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/sbin/rc2 </STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>runs only if the system makes a transition from run = level 2 to=20 run level</STRONG></P> <P align=3Dleft><STRONG>3.</STRONG></P> <P align=3Dleft><STRONG>D. When the system makes a transition to run = level 0, only=20 the </STRONG></FONT><FONT face=3DCourierNewPSMT = size=3D3><STRONG>/sbin/rc0=20 </STRONG></FONT><FONT face=3DTimesNewRoman size=3D3><STRONG>script=20 runs.</STRONG></P> <P align=3Dleft><STRONG>E. When the system boots to run level 3,=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPSMT size=3D3>/sbin/rc3 = </FONT><FONT=20 face=3DTimesNewRoman size=3D3>does not run until </FONT><FONT = face=3DCourierNewPSMT=20 size=3D3>/sbin/rc2</P></FONT></STRONG><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>completes.</STRONG></P> <P align=3Dleft><STRONG>F. The </STRONG></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3><STRONG>init </STRONG></FONT><FONT face=3DTimesNewRoman=20 size=3D3><STRONG>process runs the commands associated with the = destination run=20 level, and</STRONG></P> <P align=3Dleft><STRONG>then exits.</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A, B, D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 53</STRONG></P> <P align=3Dleft><STRONG>In a default system configuration, when a = non-privileged=20 user sets a password, what is</STRONG></P> <P align=3Dleft><STRONG>the minimum number of characters = allowed?</STRONG></P> <P align=3Dleft><STRONG>Answer: 6</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 54</STRONG></P> <P align=3Dleft><STRONG>Given the command:</STRONG></P></FONT><FONT=20 face=3DCourierNewPSMT size=3D3> <P align=3Dleft><STRONG>useradd =96u 102 =96g 301 =96d = /export/home/user1 =96s /bin/ksh=20 user1</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Which three statements are true? (Choose=20 three)</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The UID for </STRONG></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3><STRONG>user1 </STRONG></FONT><FONT face=3DTimesNewRoman = size=3D3><STRONG>is=20 102.</STRONG></P> <P align=3Dleft><STRONG>B. The login shell for </STRONG></FONT><FONT=20 face=3DCourierNewPSMT size=3D3><STRONG>user1 </STRONG></FONT><FONT=20 face=3DTimesNewRoman size=3D3><STRONG>is the Korn shell.</STRONG></P> <P align=3Dleft><STRONG>C. The user will not be added as no password has = been=20 specified.</STRONG></P> <P align=3Dleft><STRONG>D. The command will create a home directory=20 </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/export/home/user1</STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>E. The command will not create a home directory=20 </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/export/home/user1</STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>F. The command will not work as you have not = specified any=20 secondary groups.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Answer: A, B, F</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 55</STRONG></P> <P align=3Dleft><STRONG>Which three are characteristics of the=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT size=3D3>procfs = </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>file system type? = (Choose=20 three)</P></FONT></STRONG><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The process directories are globally=20 readable.</STRONG></P> <P align=3Dleft><STRONG>B. File ownership is determined by the = credentials of the=20 process.</STRONG></P> <P align=3Dleft><STRONG>C. It contains reference by file names to the = opened files=20 of the process.</STRONG></P> <P align=3Dleft><STRONG>D. It contains a decimal number directory entry=20 corresponding to a process ID.</STRONG></P> <P align=3Dleft><STRONG>E. Each process ID named directory has files = that contain=20 more detailed information</STRONG></P> <P align=3Dleft><STRONG>about the process.</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B, C, E</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 56</STRONG></P> <P align=3Dleft><STRONG>You suspect that the </STRONG></FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3><STRONG>/usr/bin/ps = </STRONG></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3><STRONG>binary has been replaced. = What command is=20 used</STRONG></P> <P align=3Dleft><STRONG>to check against the package installation = information to=20 check if the file has changed?</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkgck =96l /usr/bin/ps</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkgchk =96p /usr/bin/ps</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkginfo =96l /usr/bin/ps</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>pkginfo =96p /usr/bin/ps</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 57</STRONG></P> <P align=3Dleft><STRONG>Basic functions of the Solaris print service = include=20 Initialization, Queuing, Tracking, Fault Notification, and=20 Filtering.</STRONG></P> <P align=3Dleft><STRONG>Place each function on its = definition.</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></STRONG></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></SPAN></STRONG></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"><STRONG></STRONG></SPAN></SPAN>&nbsp;</P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 58</STRONG></P> <P align=3Dleft><STRONG>Place each Process Signal number on its Signal=20 Name.</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><STRONG><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></STRONG></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2>Answer:</FONT></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></SPAN></FONT></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>QUESTION NO: Q59</P> <P align=3Dleft>You have completed a full </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>ufsrestore </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>of = the /(root)=20 file system.</P> <P align=3Dleft>What is the impact of not removing the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/restoresymtable</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>?</P></b></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. It would slow down directory lookups.</P> <P align=3Dleft>B. It would take up disk space unnecessarily.</P> <P align=3Dleft>C. It would corrupt subsequent uses of </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>ufsrestore</FONT><FONT = face=3DTimesNewRoman=20 size=3D3>.</P> <P align=3Dleft>D. There is no impact.</P> <P align=3Dleft>It is linked only to the restore that created it and = will=20 automatically be deleted.</P></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 60</STRONG></P> <P align=3Dleft><STRONG>Place each system boot or initialization phase = on the=20 action that takes place in the phase.</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"><STRONG></STRONG></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>QUESTION NO: 61</P> <P align=3Dleft>Which command can be used to restore the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/var/adm </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>directory and its contents from</P> <P align=3Dleft>the </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>/dev/rmt/0=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>remote tape device = attached to the=20 host </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>mars</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>?</P></b></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsrestore cf=20 /dev/rmt/0 ./var/adm</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufrestore = ./var/adm=20 mars:/dev/rmt/0</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsrestore vf=20 mars:/dev/rmt/0 ./var/adm</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsrestore xvf=20 mars:/dev/rmt/0 ./var/adm</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsrestore Of=20 rd=3Dmars:/dev/rmt/0 ./var/adm</FONT></P><FONT face=3DCourierNewPSMT = size=3D3><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 62</P> <P align=3Dleft>Which three statements about the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/var/run </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>file system are true? (Choose three)</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. It is owned by </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>root</FONT><FONT face=3DTimesNewRoman size=3D3>.</P> <P align=3Dleft>B. It is the repository for non-system temporary = files.</P> <P align=3Dleft>C. It is not unmounted with the </FONT><FONT = face=3DCourierNewPSMT=20 size=3D3>umount =96a </FONT><FONT face=3DTimesNewRoman size=3D3>or the = </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>umountall </FONT><FONT = face=3DTimesNewRoman=20 size=3D3>command.</P> <P align=3Dleft>D. It is the repository for temporary system files that = are not=20 needed across system</P> <P align=3Dleft>reboots.</P> <P align=3Dleft>E. Special commands usable only by </FONT><FONT=20 face=3DCourierNewPSMT size=3D3>root </FONT><FONT face=3DTimesNewRoman = size=3D3>to=20 evaluate run levels are stored in</P></FONT><FONT face=3DCourierNewPSMT = size=3D3> <P align=3Dleft>/var/run</FONT><FONT face=3DTimesNewRoman=20 size=3D3>.</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A, C, E</P> <P align=3Dleft>QUESTION NO: 63</P> <P align=3Dleft>Which two commands can be used to display a list of = active=20 processes that will be</P> <P align=3Dleft>updated at a user-defined sample interval? (Choose=20 two)</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>prstat</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>prtconf</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>prtdiag</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>psrinfo</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT = size=3D3>sdtfpls</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>F. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>sdtprocess</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: A, F</P> <P align=3Dleft>QUESTION NO: 64</P> <P align=3Dleft>Given the entry in the </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>/etc/passwd </FONT><FONT face=3DTimesNewRoman,Bold=20 size=3D3>file:</P></b></FONT><FONT face=3DCourierNewPSMT size=3D3> <P align=3Dleft>user1:x:100:101:Sales=20 Manager:/home/user1/:/bin/ksh</P></FONT><B><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>What does the </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>x=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>in the second field=20 represent?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. This account is locked.</P> <P align=3Dleft>B. The password for the user is an x.</P> <P align=3Dleft>C. A password is not set for this account.</P> <P align=3Dleft>D. It is a placeholder for the users encoded = password.</P><FONT=20 face=3DTimesNewRoman,BoldItalic size=3D3> <P align=3Dleft></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3><STRONG>Answer:=20 D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 65</STRONG></P> <P align=3Dleft><STRONG>Given the following = actions:</STRONG></P></FONT><FONT=20 face=3DSymbolMT size=3D3> <P align=3Dleft>=95 </FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3>All local file=20 systems mount.</P></b></FONT><FONT face=3DSymbolMT size=3D3> <P align=3Dleft>=95 </FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3>Default routers=20 are configured.</P></b></FONT><FONT face=3DSymbolMT size=3D3> <P align=3Dleft>=95 </FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3>Most of the=20 system daemons start.</P></b></FONT><FONT face=3DSymbolMT size=3D3> <P align=3Dleft>=95 </FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3>Files in the=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>/tmp </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>directory are = removed.</P></b></FONT><FONT=20 face=3DSymbolMT size=3D3> <P align=3Dleft>=95 </FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3>System accounting=20 is configured.</P> <P align=3Dleft>Which run control script causes these actions to=20 occur?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/sbin/rc1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/sbin/rc2</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/sbin/rc3</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/sbin/rc5</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/sbin/rc6</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>F. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/sbin/rcS</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 66</P> <P align=3Dleft>Why should you avoid using the abort sequence to get the = </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>ok </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>prompt on a Solaris 9</P> <P align=3Dleft>system?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. The CPU (or CPUs) in the system can fail as a result = of an=20 abort sequence.</P> <P align=3Dleft>B. The physical memory installed in the system can be = damaged by=20 such an interruption.</P> <P align=3Dleft>C. The file system can become so corrupted that it may = be=20 difficult or impossible to</P> <P align=3Dleft>repair.</P> <P align=3Dleft>D. The CPU could be interrupted while transferring data = between=20 two registers, leaving</P> <P align=3Dleft>the hardware in an indeterminate = state.</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 67</P><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>You are making your system more secure and decide that = you are=20 going to disable </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>root</P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>logins. In the file that contains the entry which = controls=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>root </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>logins, to what must the</P> <P align=3Dleft>line beginning </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>CONSOLE=3D </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>be = set for=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>root </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>logins to be = disabled?</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>CONSOLE=3D</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>CONSOLE=3D/dev/console</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>CONSOLE=3Ddisable_root</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>CONSOLE=3Droot_disable</P></FONT><B><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 68</P> <P align=3Dleft>Each directory listed is a file system mount point in a = default=20 installation. Which two file</P> <P align=3Dleft>systems contain kernel modules? (Choose = two)</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/tmp</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/usr</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/var</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/export</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A, C</P> <P align=3Dleft>QUESTION NO: 69</P> <P align=3Dleft>You have been required to write a script that checks = daily to see=20 if </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>at </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>jobs are scheduled</P> <P align=3Dleft>to run. Which two commands could you include in the = script to=20 obtain this information?</P> <P align=3Dleft>(Choose two)</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>atq</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>jobs</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>queued</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>ls =961=20 /var/spool/atjobs</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT size=3D3>ls =961=20 /var/spool/cron/atjobs</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: A, E</P> <P align=3Dleft>QUESTION NO: 70</P><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Your system has no printer configuration in place, but = is=20 configured to communicate</P> <P align=3Dleft>with all other systems on your network. Which command = should you=20 use to send a file</P> <P align=3Dleft>called </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>file1=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>to a print queue called = </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>printer1 </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>located on a print server called</P></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3> <P align=3Dleft>server1</FONT><FONT face=3DTimesNewRoman,Bold=20 size=3D3>?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>lp file1=20 server1:printer1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>lp =96d = server1 printer 1=20 file1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>lp =96d = server1:printer1=20 file1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>lp file1 = =96d=20 printer1:server1</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 71</P> <P align=3Dleft>Given:</P></b></FONT><FONT face=3DCourierNewPSMT = size=3D3> <P align=3Dleft># mt =96f /dev/rmt/1 status</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>What is the function of the command?</P></b></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. The command is used to report the length of the = tape.</P> <P align=3Dleft>B. The command is used to check the status of the tape = device.</P> <P align=3Dleft>C. The command is used to check the checksum of the = files on the=20 tape.</P> <P align=3Dleft>D. The command is used to check the time stamp on the = files on the=20 tape.</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 72</P> <P align=3Dleft>You want to back up and active / (root) file system = without=20 unmounting it. What can you</P> <P align=3Dleft>use to create a static image of the / (root) file system = to use=20 with a backup command?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. The </FONT><FONT face=3DCourierNewPSMT size=3D3>tar = </FONT><FONT=20 face=3DTimesNewRoman size=3D3>command.</P> <P align=3Dleft>B. The </FONT><FONT face=3DCourierNewPSMT = size=3D3>fssnap </FONT><FONT=20 face=3DTimesNewRoman size=3D3>command.</P> <P align=3Dleft>C. The </FONT><FONT face=3DCourierNewPSMT = size=3D3>snapsfs=20 </FONT><FONT face=3DTimesNewRoman size=3D3>command.</P> <P align=3Dleft>D. The </FONT><FONT face=3DCourierNewPSMT = size=3D3>ufsdump =96s=20 </FONT><FONT face=3DTimesNewRoman size=3D3>command.</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 73</P><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>You want to remove the configuration for </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>printera </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>from the system </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>client1</FONT><FONT face=3DTimesNewRoman,Bold size=3D3>. = You</P> <P align=3Dleft>use the command </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>lpadmin =96x printera</FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>.</P> <P align=3Dleft>Which file should you review to check that the settings = for=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>printera </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>have been</P> <P align=3Dleft>removed?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/printers.conf</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/default/printer.conf</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/client1/printer.conf</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>/etc/printers/printera.conf</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 74</P> <P align=3Dleft>Given:</P></b></FONT><FONT face=3DCourierNewPSMT = size=3D3> <P align=3Dleft># chmod 2666 permfile</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Which three statements about the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>permfile </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>permissions are true? (Choose three)</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. The sticky bit is set.</P> <P align=3Dleft>B. The file has the setgid bit set.</P> <P align=3Dleft>C. The file has the setuid bit set.</P> <P align=3Dleft>D. The file is not executable by any user.</P> <P align=3Dleft>E. The associated group has read and write = permissions.</P> <P align=3Dleft>F. The associated group had read, write, and execute=20 permissions.</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: C, D, E</P> <P align=3Dleft>QUESTION NO: 75</P> <P align=3Dleft>Given the patch:</P></b></FONT><FONT = face=3DCourierNewPSMT size=3D3> <P align=3Dleft>111021-01 .zip</P></FONT><B><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Which command should you use first in a series of steps = to install=20 the patch?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>patchadd=20 111021-01</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>unzip=20 111021-01.zip</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>zip =96U=20 111021-01.zip</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>uncompress=20 111021-01.zip</FONT></P><FONT face=3DCourierNewPSMT size=3D3><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 76</P> <P align=3Dleft>Your current unmask value is 022. You create a regular = file.</P> <P align=3Dleft>Which set of permissions are associated with this=20 file?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>rw-r--r=97</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>rwxr--r=97</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>----w=97w-</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>rw-rw-rw-</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>rwxrwxrwx</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 77</P> <P align=3Dleft>Given that the volume manager daemon is not running, = which command=20 is used to</P> <P align=3Dleft>mount an ISO 9660 format CD-ROM onto the mount point = </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/mnt</FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>mount = /dev/cdrom=20 /mnt</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>mount = =96r=20 /dev/dsk/c0t6d0s0 /mnt</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>mount = =96F iso =96r=20 /dev/dsk/c0t6d0s0 /mnt</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>mount = =96F hsfs =96o ro=20 /dev/dsk/c0t6d0s0 /mnt</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT size=3D3>mount = =96F hsfs =960 ro=20 /mnt /vol/dev/aliases/cdrom0</P></FONT><B><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 78</P> <P align=3Dleft>Given:</P></b></FONT><FONT face=3DCourierNewPSMT = size=3D3> <P align=3Dleft># lpstat =96d</P></FONT><B><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>What displays on the screen.</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. The name of the default printer.</P> <P align=3Dleft>B. The default printers print queue.</P> <P align=3Dleft>C. A brief description of the default printer.</P> <P align=3Dleft>D. Detailed status information about the default=20 printer.</P><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 79</P> <P align=3Dleft>You need to accomplish a full backup of all files in the = </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>/export/home = </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>file system to</P> <P align=3Dleft>the </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>/dev/rmt/1=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>remote tape device = attached to the=20 workstation </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>mars</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>.</P> <P align=3Dleft>Which command accomplishes this?</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = Of /dev/rmt/1=20 /export/home</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = Of=20 mars:/dev/rmt/1 /export/home</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = Of /dev/rmt/1=20 mars:/export/home</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = Omf mars=20 /dev/rmt/1 /export/home</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = Of=20 rd=3Dmars:/dev/rmt/1 /export/home</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 80</P> <P align=3Dleft>What command reports the systems current run=20 level?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>w</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>rstat</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>who = =96r</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>init=20 =96r</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 81</P> <P align=3Dleft>Given the </FONT><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/etc/dumpdates </FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>file=20 entry:</P></b></FONT><FONT face=3DCourierNewPSMT size=3D3> <P align=3Dleft>/dev/rdsk/c0t0d0s7 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp; 0 Fri May 10:23:59:59 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp; 2 Fri May 17 23:59:59 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp; 5 Fri May 24 23:59:59 2002</P> <P align=3Dleft>/dev/rdsk/c0t0d0s7 &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; = &nbsp;&nbsp;&nbsp; 9 Fri May 31 23:59:59 2002</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>You want to back up all the files that have been = modified or=20 created since May 18.</P> <P align=3Dleft>Which level must you supply to the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>ufsdump </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>command to achieve this?</P></b></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. level 9</P> <P align=3Dleft>B. level 2</P> <P align=3Dleft>C. level 4</P> <P align=3Dleft>D. level 6</P><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: C</P> <P align=3Dleft>QUESTION NO: 82</P> <P align=3Dleft>Which command logs you in as </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>user1 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>to the = remote system=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>pub_server</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>?</P></b></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>rlogin = pub_server =96l=20 user1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>rlogin = pub_server =96u=20 user1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>login = =96r pub_server =96u=20 user1</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>rlogin = =96h pub_server =96l=20 user1</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 83</P> <P align=3Dleft>Which OBP command boots the system and allows use of a = different=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>system </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>file?</P></b></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>boot = =96s</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>boot = =96a</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>boot=20 /etc/system.new</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>boot =96f = /etc/system.new</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 84</P> <P align=3Dleft>You have identified tree files in the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/export </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>file system that appear to be identical.</P> <P align=3Dleft>You know the inode number used by one of the files.</P> <P align=3Dleft>Which two commands provide information that would verify = that=20 these files are hard</P> <P align=3Dleft>linked? (Choose two)</P></b></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>cat</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>ls =96lir = /export</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>ls =96lar = /export</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>find = /export =96inum=20 </FONT><I><FONT face=3DCourierNewPS-ItalicMT=20 size=3D3>&lt;inode_number&gt;</P></I></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT size=3D3>find = /export =96inode=20 </FONT><I><FONT face=3DCourierNewPS-ItalicMT=20 size=3D3>&lt;inode_number&gt;</P></I></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: B,=20 D</P></b></FONT></FONT></FONT></FONT></b></FONT></b></FONT></b></FONT></F= ONT></FONT></SPAN><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>QUESTION NO: 85</P> <P align=3Dleft>You want to kill the </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>dtmail </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>process = that is=20 hanging. Which command can you use to</P> <P align=3Dleft>achieve this?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkill=20 dtmail</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>kill =969 = mail</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkill = =961=20 mail</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>kill =969 = dtmail</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 86</P> <P align=3Dleft>Which OBP command creates a temporary customized device = alias that=20 disappears after</P> <P align=3Dleft>power cycling the machine?</P></b></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT = size=3D3>alias</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT = size=3D3>nvalias</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>devalias</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>prtalias</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>setalias</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: D</P> <P align=3Dleft>QUESTION NO: 87</P> <P align=3Dleft>Which two statements about the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>partition </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>submenu within the </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>format=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>utility are</P> <P align=3Dleft>true? (Choose two)</P></b></FONT><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. It allows you to create and modify slices.</P> <P align=3Dleft>B. It allows you to save the label to a disk file.</P> <P align=3Dleft>C. It allows disk slices to be divided into soft = partitions.</P> <P align=3Dleft>D. It causes a new superblock to be written to the = disk.</P> <P align=3Dleft>E. It allows you to name a partition table for = subsequent=20 retrieval.</P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: A, E</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 88</STRONG></P> <P align=3Dleft><STRONG>Which command adds the group = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>class </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>with a GID of 312?</FONT></STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>newgrp =96g 312 class</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>groupadd =96g 312 class</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>groupadd =96n class:312</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>addgroup =96g 312 =96n class</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 89</STRONG></P> <P align=3Dleft><STRONG>The Solaris 9 SPARC platform has five cluster=20 configuration software groups to choose</STRONG></P> <P align=3Dleft><STRONG>from during installation.</STRONG></P> <P align=3Dleft><STRONG>Which cluster configuration contains drivers = that Sun=20 ships for third-party hardware?</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>A. Core Solaris Software Group.</STRONG></P> <P align=3Dleft><STRONG>B. Entire Solaris Software Group.</STRONG></P> <P align=3Dleft><STRONG>C. End-User Solaris Software Group.</STRONG></P> <P align=3Dleft><STRONG>D. Developer Solaris Software = Group.</STRONG></P> <P align=3Dleft><STRONG>E. Entire Solaris Software Group Plus=20 OEM.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: E</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 90</STRONG></P> <P align=3Dleft><STRONG>Which two statements about the=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT=20 size=3D3>/etc/default/passwd </FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>file are=20 true? (Choose two)</P></FONT></STRONG><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft><STRONG>A. The maximum length of a password is set in=20 </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/passwd</STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/passwd </STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>contains default passwords for new = accounts.</STRONG></P> <P align=3Dleft><STRONG>C. The default password aging parameters are = stored in=20 </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/passwd</STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>.</STRONG></P> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>/etc/default/passwd </STRONG></FONT><FONT = face=3DTimesNewRoman=20 size=3D3><STRONG>can be used to configure a minimum password = length</STRONG></P> <P align=3Dleft><STRONG>from six to eight = characters.</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C, D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 91</STRONG></P> <P align=3Dleft><STRONG>Place each configuration cluster name on its=20 definition.</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"><STRONG></STRONG></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></FONT></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>QUESTION NO: 92</P> <P align=3Dleft>You are ready to decommission the printer </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>oldtimer </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>as the printer </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>newkid=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>has</P> <P align=3Dleft>made it obsolete. What is the sequence of commands to = decommission=20 </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>oldtimer</P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>without losing any print requests?</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>reject = oldtimer</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; disable oldtimer</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>reject = oldtimer</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpmove oldtimer newkid</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96x old = timer</P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT = size=3D3>lpshut</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; mw /var/spool/lp/tmp/oldtimer/*</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; /var/spool/lp/tmp/newkid</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpadmin =96x oldtimer</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; lpsched</P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>reject = oldtimer</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; mw = /var/spool/lp/requests/oldtimer/*</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; /var/spool/lp/requests/newkid</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; enable newkid</P> <P align=3Dleft>&nbsp;&nbsp;&nbsp; disable oldtimer</P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 93</STRONG></P> <P align=3Dleft><STRONG>You want to see the Power On Self Test (POST) = information=20 as a Solaris 9 machine</STRONG></P> <P align=3Dleft><STRONG>boots up. What should you = do?</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. Bring the machine to the = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPSMT size=3D3>ok </FONT><FONT face=3DTimesNewRoman = size=3D3>prompt,=20 then type the </FONT><FONT face=3DCourierNewPSMT size=3D3>boot =96a=20 </FONT></STRONG><FONT face=3DTimesNewRoman = size=3D3><STRONG>command.</STRONG></P> <P align=3Dleft><STRONG>B. Bring the machine to the = </STRONG></FONT><STRONG><FONT=20 face=3DCourierNewPSMT size=3D3>ok </FONT><FONT face=3DTimesNewRoman = size=3D3>prompt,=20 then type the </FONT><FONT face=3DCourierNewPSMT size=3D3>reset-all=20 </FONT></STRONG><FONT face=3DTimesNewRoman = size=3D3><STRONG>command.</STRONG></P> <P align=3Dleft><STRONG>C. Attach a terminal device to serial port A = with a null=20 modem cable and turn the</STRONG></P> <P align=3Dleft><STRONG>machine on.</STRONG></P> <P align=3Dleft><STRONG>D. With a graphic console and keyboard attached, = turn the=20 machine on, then press the</STRONG></P> <P align=3Dleft><STRONG>Ctrl-Alt-Backspace key.</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: C</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 94</STRONG></P> <P align=3Dleft><STRONG>Given that the volume manager daemon is not = running, which=20 command is used to</STRONG></P> <P align=3Dleft><STRONG>mount a DOS format floppy disk onto the mount = point=20 </STRONG></FONT><STRONG><FONT face=3DCourierNewPS-BoldMT = size=3D3>/mnt</FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>?</P></FONT></STRONG><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>A. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount /dev/fd /mnt</STRONG></P></FONT><FONT = face=3DTimesNewRoman=20 size=3D3> <P align=3Dleft><STRONG>B. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount =96d /dev/diskette /mnt</STRONG></FONT></P><FONT=20 face=3DCourierNewPSMT size=3D3><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>C. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount =96F dos /dev/diskette = /mnt</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>D. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount =96F pcfs /dev/diskette = /mnt</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>E. </STRONG></FONT><FONT face=3DCourierNewPSMT=20 size=3D3><STRONG>mount =96F pcfs /mnt=20 /vol/dev/aliases/floppy0</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 95</STRONG></P> <P align=3Dleft><STRONG>Given the following message from the command = which removes=20 the SUNWaudd</STRONG></P> <P align=3Dleft><STRONG>package:</STRONG></P></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3> <P align=3Dleft><STRONG>## Verifying package dependencies.</STRONG></P> <P align=3Dleft><STRONG>WARNING:</STRONG></P> <P align=3Dleft><STRONG>The &lt;SUNWauddx&gt; package depends on the=20 package</STRONG></P> <P align=3Dleft><STRONG>currently being removed.</STRONG></P> <P align=3Dleft><STRONG>WARNING:</STRONG></P> <P align=3Dleft><STRONG>The &lt;SUNWusb&gt; package depends on the = package=20 currently</STRONG></P> <P align=3Dleft><STRONG>being removed.</STRONG></P> <P align=3Dleft><STRONG>Dependency checking = failed.</STRONG></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>What happens to the files associated with the = SUNWauddx=20 and SUNWusb packages if</STRONG></P> <P align=3Dleft><STRONG>you continue with the removal=20 operation?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. The files are removed.</STRONG></P> <P align=3Dleft><STRONG>B. The files remain on the system.</STRONG></P> <P align=3Dleft><STRONG>C. Only the files shared with the SUNWaudd = package are=20 removed.</STRONG></P> <P align=3Dleft><STRONG>D. The files are marked for removal, but are = only removed=20 after the next reboot.</STRONG></P></FONT><FONT = face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: 16</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 96</STRONG></P> <P align=3Dleft><STRONG>Given:</STRONG></P></FONT><FONT = face=3DCourierNewPSMT=20 size=3D3> <P=20 align=3Dleft><STRONG>/devices/pci@1f,0/pci@1,1/ide@3/dad@0,0:a,raw</STRON= G></P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>What kind of device name does this=20 represent?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. An instance name.</STRONG></P> <P align=3Dleft><STRONG>B. A block device name.</STRONG></P> <P align=3Dleft><STRONG>C. A logical device name.</STRONG></P> <P align=3Dleft><STRONG>D. A physical device name.</STRONG></P> <P align=3Dleft><STRONG>E. A Berkeley Software Distribution (BSD) device = name.</STRONG></P><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: D</STRONG></P> <P align=3Dleft><STRONG>QUESTION NO: 97</STRONG></P> <P align=3Dleft><STRONG>You system performs a nightly backup of all the = data in=20 the </STRONG></FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3><STRONG>/sales_data=20 </STRONG></FONT><FONT face=3DTimesNewRoman,Bold size=3D3><STRONG>file=20 system</STRONG></P> <P align=3Dleft><STRONG>using </STRONG></FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3><STRONG>ufsdump </STRONG></FONT><FONT face=3DTimesNewRoman,Bold = size=3D3><STRONG>to an 8mm DAT tape. Recently, the backup stopped = working=20 because</STRONG></P> <P align=3Dleft><STRONG>all the data no longer fits on a tape. The = backup suspends=20 while prompting for another</STRONG></P> <P align=3Dleft><STRONG>tape volume.</STRONG></P> <P align=3Dleft><STRONG>Which strategy allows each nightly backup to fit = on one=20 tape?</STRONG></P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft><STRONG>A. Taking a level one backup weekly and a level = zero=20 backup nightly.</STRONG></P> <P align=3Dleft><STRONG>B. Talking a level zero backup each month, a = level two=20 backup each week, and a level 5</STRONG></P> <P align=3Dleft><STRONG>backup nightly.</STRONG></P> <P align=3Dleft><STRONG>C. Taking a level 5 backup each month, a level = six backup=20 each week, and a level zero</STRONG></P> <P align=3Dleft><STRONG>backup each night.</STRONG></P> <P align=3Dleft><STRONG>D. Taking the full tape out in the morning, = turning the=20 tape over, replacing it in the drive,</STRONG></P> <P align=3Dleft><STRONG>and allowing the backup to=20 complete.</STRONG></P></FONT><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P><FONT face=3DArial = size=3D2><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>QUESTION NO: 98</STRONG></P> <P align=3Dleft><STRONG>Place the steps necessary to install a local = printer on=20 your machine in the correct order.</STRONG></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"><STRONG></STRONG></SPAN></P> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></FONT></SPAN></P><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>QUESTION NO: 99</P> <P align=3Dleft>You want to create a permanent device alias called = </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>bootdisk2 </FONT><FONT = face=3DTimesNewRoman,Bold=20 size=3D3>for the path:</P></b></FONT><FONT face=3DCourierNewPSMT = size=3D3> <P align=3Dleft>/pci@1f,0/pci@1,1/ide@3/disk@2,0.</P></FONT><B><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Which command should you use to accomplish=20 this?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>alias = bootdisk2=20 /pci@1f,0/pci@1,1/ide@3/disk@2,0</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>nvalias = bootdisk2=20 /pci@1f,0/pci@1,1/ide@3/disk@2,0</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>devalias = bootdisk2=20 /pci@1f,0/pci@1,1/ide@3/disk@2,0</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>prtalias = bootdisk2=20 /pci@1f,0/pci@1,1/ide@3/disk@2,0</P></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT size=3D3>setalias = bootdisk2=20 /pci@if,0/pc1@1,1/ide@3/disk@2,0</P></FONT><B><FONT = face=3DTimesNewRoman,Bold=20 size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 100</P> <P align=3Dleft>Which two commands display the list of patches installed = on a=20 Solaris system? (Choose</P> <P align=3Dleft>two)</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>showrew=20 =96p</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>pkginfo=20 =96l</FONT></P><FONT face=3DCourierNewPSMT size=3D3><FONT = face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>patchadd=20 =96p</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT = size=3D3>/usr/sbin/prtdiag=20 =96v</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: A, C</P> <P align=3Dleft>QUESTION NO: 101</P> <P align=3Dleft>Which </FONT><FONT face=3DCourierNewPS-BoldMT = size=3D3>ufsdump=20 </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>command should be used = to create and=20 verify an incremental level 5</P> <P align=3Dleft>backup of the file system of the </FONT><FONT=20 face=3DCourierNewPS-BoldMT size=3D3>/dev/rdsk/c0t1d0s4 </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>partition to the default tape</P> <P align=3Dleft>device?</P></b></FONT><FONT face=3DTimesNewRoman = size=3D3> <P align=3Dleft>A. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump 0 = /dev/rdsk/c0t1d0s4</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>B. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump=20 /dev/rdsk/c0t1d0s4 5v</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = 5v=20 /dev/rdsk/c0t1d0s4</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>D. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = 5fv=20 /dev/rdsk/c0t1d0s4</P></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>E. </FONT><FONT face=3DCourierNewPSMT size=3D3>ufsdump = 5xvf /dev/rmt/1=20 /dev/rdsk/c0t1d0s4</P></FONT><B><FONT face=3DTimesNewRoman,Bold = size=3D3> <P align=3Dleft>Answer: A</P> <P align=3Dleft>QUESTION NO: 102</P> <P align=3Dleft>You want to install a patch cluster on your system to = correct=20 several problems. You</P> <P align=3Dleft>decide to use the </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>=96nosave </FONT><FONT face=3DTimesNewRoman,Bold = size=3D3>option to the=20 </FONT><FONT face=3DCourierNewPS-BoldMT size=3D3>install_cluster = </FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3>command.</P> <P align=3Dleft>Which statement correctly describes the effect of this=20 option?</P></b></FONT><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. A log file for each patch is not created.</P> <P align=3Dleft>B. A log file for </FONT><FONT face=3DCourierNewPSMT=20 size=3D3>install_cluster </FONT><FONT face=3DTimesNewRoman size=3D3>is = not=20 created.</P> <P align=3Dleft>C. The individual patches cannot be removed if = desired.</P> <P align=3Dleft>D. An entry for the patch in </FONT><FONT = face=3DCourierNewPSMT=20 size=3D3>/var/sadm/patch </FONT><FONT face=3DTimesNewRoman size=3D3>is = not=20 created.</P></FONT><B><FONT face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft>Answer: B</P> <P align=3Dleft>QUESTION NO: 103</P> <P align=3Dleft>The second field in the </FONT><FONT = face=3DCourierNewPS-BoldMT=20 size=3D3>/ect/group </FONT><FONT face=3DTimesNewRoman,Bold size=3D3>file = us used to=20 store the encoded group password.</P> <P align=3Dleft>You have been tasked with placing passwords on all = groups.</P> <P align=3Dleft>What is one outcome of doing this?</P></b></FONT><FONT=20 face=3DTimesNewRoman size=3D3> <P align=3Dleft>A. Access to each group is granted only to users in the = group.</P> <P align=3Dleft>B. Users who are not members of the group can access it = if they=20 know the password.</P><FONT face=3DTimesNewRoman size=3D3> <P align=3Dleft>C. Users who are primary members of the group are = required to use=20 the group password</P> <P align=3Dleft>to gain access to the group.</P> <P align=3Dleft>D. Users who are secondary members of the group are = required to=20 use the group</P> <P align=3Dleft>password to gain access to the group.</P></FONT><FONT=20 face=3DTimesNewRoman,Bold size=3D3> <P align=3Dleft><STRONG>Answer: B</STRONG></P> <P align=3Dleft><FONT face=3DArial size=3D2></FONT>&nbsp;</P> <P align=3Dleft><FONT face=3DArial=20 size=3D2></FONT>&nbsp;</P></FONT></FONT></FONT></SPAN></FONT></SPAN> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial size=3D2><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: = AR-SA"></SPAN></FONT></SPAN>&nbsp;</P></FONT></FONT></FONT></FONT></FONT>= </FONT></SPAN></FONT></SPAN></FONT></FONT></FONT></SPAN></FONT></SPAN></S= PAN></FONT></SPAN></FONT></FONT></SPAN></SPAN></FONT></FONT></FONT></FONT= ></SPAN></FONT></SPAN></FONT></FONT></FONT></FONT></FONT></FONT></FONT></= FONT></FONT></FONT></FONT></SPAN></SPAN> <P align=3Dleft><SPAN=20 style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; = mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; = mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><FONT=20 face=3DArial=20 size=3D2></FONT></SPAN>&nbsp;</P></FONT></FONT></FONT></FONT></FONT></FON= T></FONT></FONT></DIV></FONT></DIV></body></HTML> ------=_NextPart_000_000D_01C3574D.4CF3F2E0--