2002³â 1¿ù 30ÀÏ csa1<version 8>
1.The path_to_inst file is present in directory /etc
2. The minimum difference in unmber of characters between an old password and a new password in solaris is 3
3. to change directory from /export/host1/user1 to /export/host2/user2
cd ../../host2/user2 , cd /export/host2/user2
4. What command string displays the file and directory name that begins with a,b, or c and ends with number1?
5. in vi, which command replaces all instances of house with mouse
%/house/mouse/g
6. file commandah¸ñÀûÀº?
7. in vi editor. How do you get to the last line? ? / :
8. to view access control list on a file getfacl
9. which single character in a regular expression denotes zero or more occurrence of the previous character? *
9. which of the following contains kernel modules? /,/usr
10. which options you can configure during Custom Solaris8 Install process?
64 bit mode support
FS layout
Software cluster configuration
11. copy 3 line and paste above? 3yyP
12. when you do mget in ftp, what command do you to skip all the questions? Prompt
13. what command should be run to avoid damaging file after interrupt has been issued ? sync
14. to remove SGID ? chmod g-s
15. How can you gey online information /etc/vfstab?
man vfstab
man s4 vfstab
16. Given the following How can you copy .tst to dir1?
./ ../ .tst dir1/ file1 file2 file3 file4
cp .* dir1 or cp .tst dir1/
17. When the command mkdir p d1/d2/d3 is made, corret?
/dl& /d1/d3 & /d1/d2/d3
18. who r is mean?
Current run level
19. Which two programs are used to compress files?
jarc ,ompress
20. what file defines the default run level?
/ect/inittab
21. At the partition menu of fomat the single command you type in to use a previous saved label? Select
22. Match ¹®Á¦
Block device - allow file refer to another file anywhere
Chatacter devic e -allow sync data transfer to device
Hard link - allow async data transfer
Soft link - allow 2file names for same file
23. which option in usermod command can allow a duplicate useID?
-o
24. How do you change a users primary group?
Usermod g
|