SUN CERTIFIED SYSTEM ADMINISTRATOR FOR SOLARIS 9 PART 1
Index >> SUN >> SCSA9 >> "310-014"Exam
VUE/Prometric Code:310-014
Questions and Answers:285 Q&As
Price:$89
Updated:2008-11-12
| SUN CERTIFIED SYSTEM ADMINISTRATOR FOR SOLARIS 9 PART 1 | |||
| Test | Q&A | Updated | Price |
| 310-014 | 285 Q&A | 2008-11-12 | $89 |
please download in PDF format Demo:
killtest 310-014 Exam Features
High quality and Value for the 310-014 Exam.
Killtest Practice Exams for SUN CERTIFIED SYSTEM ADMINISTRATOR FOR SOLARIS 9 PART 1 310-014 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
100% Guarantee to Pass Your SCSA9 exam and get your SCSA9 Certification.
We guarantee your success in the first attempt. If you do not pass the 310-014 (SUN CERTIFIED SYSTEM ADMINISTRATOR FOR SOLARIS 9 PART 1) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
killtest 310-014 Downloadable.
Printable Exams (in PDF format) Our Exam 310-014 Preparation Material provides you everything you will need to take your SCSA9 exam. The SCSA9 Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get SCSA9 exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first SCSA9 exam try, but also save your valuable time .
- Comprehensive questions with complete details about 310-014 exam.
- 310-014 exam questions accompanied by exhibits.
- Verified Answers Researched by Industry Experts and almost 100% correct.
- Drag and Drop questions as experienced in the Real SCSA9 exam.
- 310-014 exam questions updated on regular basis.
- Like actual SCSA9 Certification exams, 310-014 exam preparation is in multiple-choice questions (MCQs).
- Tested by many real SCSA9 exams before publishing.
- Try free SCSA9 exam demo before you decide to buy it in http://www.Killtest.com.
High quality and Value for the 310-014 Exam:100% Guarantee to Pass Your SCSA9 exam and get your SCSA9 Certification.
http://www.Killtest.com The safer.easier way to get SCSA9 Certification.
We offer Demo version of Q&A, Q&A are as follows (not to provide picture):
310-014:please download 310-014 in PDF format Demo 
1.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
Correct:B D
2.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.
Correct:A B E
3.The second field in the /etc/group file is 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.
Correct:B
4.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= be set for root logins to be disabled?
A.CONSOLE=
B.CONSOLE=/dev/console
C.CONSOLE=disable_root
D.CONSOLE=root_disable
Correct:A
5.Your current umask 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
Correct:A
6.You 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
Correct:D
7.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.
Correct:C D
8.You have logged in to 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
Correct:C
9.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
Correct:D
10.In a default system configuration, when a non-privileged user sets a password, what is the minimum number of characters allowed? (Type in number or word format.) Answer:
A.6
Correct:A
11.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
Correct:B
12.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 oldtimer
C.lpshut mv /var/spool/lp/tmp/oldtimer/* /var/spool/lp/tmp/newkid lpadmin -x oldtimer lpsched
D.reject oldtimer mv /var/spool/lp/requests/oldtimer/* /var/spool/lp/requests/newkid enable newkid disable oldtimer
Correct:B
13.Your system has no printer configuration in place, but it 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 printer1 file1
C.lp -d server1:printer1 file1
D.lp file1 -d printer1:server1
Correct:C
14.You have a printer that accepts only PostScript as an input content type. All of your data that you intend to send to the printer is in ASCII format. When you create the printer, which content type should you select?
A.any
B.ASCII
C.PostScript
D.PostScript and ASCII
Correct:C
15.Click the Task button. Place each Process Signal number on its Signal Name.
Correct:
Green choice1---->Yellow Choice2
Green choice2---->Yellow Choice1
Green choice3---->Yellow Choice3
Green choice4---->Yellow Choice4
16.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 -l mail
D.kill -9 dtmail
Correct:A
17.You decide to create a class of printers. Which command can create a class of printers called support?
A.lpadmin -c support
B.lpadmin -c "printer name" -p support
C.lpadmin -p support -c "printer name"
D.lpadmin -p "printer name" -c support
Correct:D
18.Your print server has one print spooler defined called printer1. You have a requirement to modify the shell script that actually sends the jobs associated with printer1 to the printer. Which file should you modify?
A./etc/printers.conf
B./etc/lp/interfaces/printer1
C./var/spool/lp/requests/printer1
D./usr/lib/lp/postscript/postprint
Correct:B
19.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 -l /var/spool/atjobs
E.ls -l /var/spool/cron/atjobs
Correct:A E
20.Given: # lpstat -d What displays on the screen?
A.the name of the default printer
B.the default printer's print queue
C.a brief description of the default printer
D.detailed status information about the default printer
Correct:A
21.Which two are necessary to configure access to a remote printer? (Choose two.)
A.the printer's name
B.the printer's location
C.the printer's content type
D.the name of the printer's print server
Correct:A D
22.Your 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 file1
B.lp file1 printer2
C.lp -P printer2 file1
D.lpr -P printer2 file1
Correct:D
23.You used fssnap to create a snapshot device for the file system on /dev/rdsk/c0t3d0s0. When you use ufsdump to make a level1 backup of the file system on this device, you want the name /dev/rdsk/c0t3d0s0 to be placed in /etc/dumpdates. Which command should you use to accomplish this?
A.ufsdump 1uN /dev/rdsk/c0t3d0s0 /dev/rfssnap/0
B.ufsdump 1uf /dev/rdsk/c0t3d0s0 /dev/rfssnap/0
C.ufsdump 1uN /dev/rfssnap/0 /dev/rdsk/c0t3d0s0
D.ufsdump 1uf /dev/rmt/0 /dev/rdsk/c0t3d0s0 /dev/rfssnap/0
Correct:A
24.Click the Exhibit button. The steps that should be used to restore the entire contents of the / (root) file system from the /dev/rmt/0 default tape device onto a newly installed disk are shown in the exhibit. In which order should they be executed?
A.4, 6, 1, 8, 7, 3, 5, 9, 10, 2
B.4, 6, 8, 1, 7, 5, 3, 9, 10, 2
C.4, 8, 1, 7, 5, 3, 6, 9, 10, 2
D.4, 3, 5, 1, 7, 8, 6, 9, 10, 2
Correct:B
25.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 system's 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 group. 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.
Correct:A
26.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 0f /dev/rmt/1 /export/home
B.ufsdump 0f mars:/dev/rmt/1 /export/home
C.ufsdump 0f /dev/rmt/1 mars:/export/home
D.ufsdump 0mf mars /dev/rmt/1 /export/home
E.ufsdump 0f rd=mars:/dev/rmt/1 /export/home
Correct:B
27.You had a corrupted file system which is now repaired and back in use. Some, but not all, of the files within it have been deleted. The only backup of this file system is a month-old tar archive. You want to restore from this archive as root. Which two statements correctly describe the effects of the restore operation? (Choose two.)
A.Files found in the file system that are also on tape will not be overwritten.
B.The access times are preserved by tar and will reflect the time when a user last accessed the data.
C.The missing files, present on the backup tape, are restored to the file system with the data as it was when the backup was taken.
D.The modification time on the files restored by tar will be preserved and will reflect the time the file was last modified before the backup, not the time of the restore operation.
Correct:C D
28.A table of contents containing information about the directories and files in the ufsdump archive is created when the ufsdump command is run. Which statement about the table of contents information is correct?
A.The table of contents information for both directories and files is placed at the end of the ufsdump archive.
B.The table of contents information for both directories and files is placed at the beginning of the ufsdump archive.
C.The table of contents information for files is placed at the beginning of the ufsdump file, and directory information is placed at the end of the ufsdump archive.
D.The table of contents information for directories is placed at the beginning of the ufsdump file, and file information is placed at the end of the ufsdump archive.
Correct:B
29.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 5vf /dev/rdsk/c0t1d0s4
E.ufsdump 5xvf /dev/rmt/1 /dev/rdsk/c0t1d0s4
Correct:C
30.Which two commands perform a full backup of all files in the root (/) file system to the default /dev/rmt/0 tape device? (Choose two.)
A.ufsdump 0 /
B.ufsdump /dev/rmt/0 /
C.ufsdump / /dev/rmt/0
D.ufsdump 0 /dev/rmt/0 /
E.ufsdump 0f /dev/rmt/0 /
Correct:A E


