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 and D
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
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 and F
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
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 and E
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
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
Answer: C
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
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
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