(1¿ù 24ÀÏ - 2¿ù 8ÀϱîÁö ½ÃÇè)
1. The command ______ is used to remove a software package. c
a. pkgadd -d b. pkgremove c. pkgrm d. pkguninstall
2. The ______ directory is the directory where system libraries and binaries are primarily stored. e
a. /opt b. /export c. /etc d. /var e. /usr
3. Given the following:
./ ../ .tst dir1/ file1 file2 file3 file4
How can you copy .tst to dir1? d
a. cp * dir1 b. cp .* dir1 c. cp. *.* dir1 d. cp .tst dir1/
4. List all files and directories that start with "a,b,c" and end in "1". c
a. ls [a-c+1] b. ls [abc+1] c. ls [abc]*1 d. ls [abc]+1
5. What vi command will find all instances of "Solaris" and replace them with "Solaris Operating Environment"? b
a. s/Solaris/Solaris Operating Environment/g
b. %s/Solaris/Solaris Operating Environment/g
c. %s/Solaris/Solaris Operating Environment/
d. %s/Solaris/Solaris Operating Environment/all
6. Which command is used to remote copy files to a foreign host? d
a. ftp b. rsh c. rexec d. rcp
7. What command is used to limit damage after the system is forced down? c
a. repair b. reset c. sync d. fixall
8. When the command "mkdir -p d1/d2/d3" is performed, which of the following statements is correct? a
a. It will create the following 3 directories: /d1 and /d1/d2 and /d1/d2/d3
b. It will create the following 3 directories: /d1 and /d2 and /d3
c. It will create the following 2 directories: /d1 and /d1/d2/d3
d. It will not work
9. init consults __________ file before going to /sbin/rc2. (ÁÖ°ü½Ä)
Answer : /etc/inittab Á¤´ä ¾²½Ç¶§¿¡, °æ·Î¸í±îÁö °°ÀÌ
10. What file can alter the use of the cancel command on the keyboard? d
a. /etc/default/kd b. /etc/kbd
c. /etc/default/keyboard d. /etc/default/kbd
11. The ______ command is a new tool for adding devices to the system without requiring reboot. b
a. fsadm b. devfsadm c. fsadmdev d. devadm
12. Which table keeps track of mounted devices in real-time? a
a. /etc/mnttab b. /etc/vfstab
c. /etc/dfs/sharetab d. /etc/mounted
13. What command do you use to show the current run level? c
a. runlevel b. who -u c. who -r d. who -H
14. 3. A cluster is a logical grouping of _______. c
a. bundles b. filesets c. packages d. sectors
15. A system is multitasking when: d
a. more than one user can run processes
b. multiple users can login
c. more than one process is allowed per user
d. a processor can run more than one task at a time
16. For files /etc/hosts.equiv and $HOME/.rhosts, which is true: b
a. created by superuser only
b. related to system access security
c. created by default during the installation
d. run first during install
17. Which shells are available by default in Solaris 8? a,b,c,d,e,h
a. Bourne shell b. Korn shell c. C shell d. Z shell
e. TC shell f. Ash shell g. PDKSH shell h. BASH shell
18. How many lines do the commands "head" and "tail" display by default? a
a. 10 lines b. 5 lines c. 15 lines d. 20 lines
19. Which command displays disk-usage in KB? a
a. df -k b. quota -k c. df -MB d. du
20. Which key-sequence will quit vi without saving changes? a
a. :q! b. :q c. :ZZ d. ctrl-d
21. Which answer will provide online help regarding "login"? d
a. help b. help login c. cat login d. man login
22. What is accomplished by executing the following command "cd ~/files"? d
a. the working directory is changed to the subdirectory /files in /
b. the working directory is changed to ./files
c. an error is returned because it is not valid to use ~ (tilde) in this fashion
d. the working directory is changed to the /files subdirectory of the user's home directory
23. ______ will generate a listing of all files stored on /dev/rmt/0. b
a. tar cvf b. ufsrestore t
c. ufsrestore f /dev/rmt/0 d. tar -vf /dev/rmt/0
24. From the OpenBoot prompt "boot -s" starts the system in ______ mode. e
a. setup b. install
c. interactive d. verbose e. single-user
25. The command "tar cvf matt.tar *" will: b
a. not work
b. create a tar file with the name "matt.tar" and include all the files in the local directory
c. open the tar file named "matt.tar" and expand all the files in the archive
d. create a tar file with the name "*" containing the files "matt" and "tar"
26. What signal should be sent by the kill and pkill commands to stop a process when all other methods to stop it have failed? d
a. SIGQUIT (3) b. SIGHUP (1) c. SIGTERM (15) d. SIGKILL (9)
27. "crontab ______" is used to edit the crontab. d
a. -o b. -l c. -r d. -e
28. The OpenBoot script editor ______ can be used to copy the contents of the script into a temporary buffer where it can be edited. d
a. nvstore b. nvnote c. nvalias d. nvedit
29. The minimum RAM configuration for a SPARC or Intel system that will run Solaris 8 is ______. d
a. 16 MB b. 32 MB c. 48 MB d. 64 MB e. 128 MB
30. ______ will determine the number of software packages installed on the system. c
a. pkginfo -n b. pkgadd | wc -l
c. pkginfo | wc -l d. pkglist | wc -l
31. To view installed patches on a system, the command ______ or ______ is used. bd
a. patchinfo -p b. patchadd -p
c. patchls -p d. showrev -p
32. Run level ______ is best described as Multi-user with NFS capabilities. d
a. 0 b. 1 c. 2 d. 3 e. 4 f. 5 g. 6 h. S or s
33. The command "init 6" will cause the system to: a
a. Shutdown to run level 0 and then reboot to the state defined as default in inittab
b. Shutdown to run level 0 and then poweroff
c. Shutdown to run level 5 and then poweroff
d. Shutdown to run level 5 and then reboot to the state defined as default in inittab
34. The ______ command will create a new group in /etc/group. c
a. groupmod b. groupdel c. groupadd d. groupinst
35. The login initialization file for a user with the Bourne shell is ______. c
a. $HOME/.shrc b. $HOME/.loginsh
c. $HOME/.profile d. $HOME/.cshrc
36. Solaris 8 supports which types of file systems: abd
a. Disk-based b. Distributed
c. Virtual d. Pseudo e. Network
37. The command ______ is used to set a file ACL. b
a. setacl b. setfacl c. aclset d. aclfset
38. The utility ______ is an interactive way to monitor processes, displaying process information sorted by CPU usage. c
a. ps b. topps c. prstat d. prtenv
39. The default signal associated with the pkill command is ______. c
a. SIGHUP (1) b. SIGINT (2) c. SIGTERM (15) d. SIGSTOP (23)
40. File permissions 2666 indicates: (choose three.) bcd
a. ÀÌ ÆÄÀÏÀº stiky bit ¸¦ °¡Áö°í ÀÖ´Ù.
b. ÀÌ ÆÄÀÏÀº setgid bit ¸¦ °¡Áö°í ÀÖ´Ù
c. The file not excutable by any user.
d. Assosiated groups has read and write.
e. Assosiated groups has read and write and excutable.
41. A user has a umask of 000. The user enters the command "touch file". What permissions will "file" have? b
a. 644 b. 666 c. 777 d. 755
42. The command "gzip matt.tar" will create a file named ______. d
a. matt.gzip b. matt.gz c. matt.tar.gzip d. matt.tar.gz
43. What command will add the SUNWast package from a cdrom ? b
a. pkgadd SUNWast
b. pkgadd -d /cdrom/cdrom0 SUNWast
c. pkgadd SUNWast -d /cdrom/cdrom0
d. pkgadd -cdrom SUNWast
44. What commands will display the partition table? ac
a. format b. partition c. prtvtoc d. prtconf
45. The command "mv file1 file2" will accomplish: c
a. "file1" will be copied to "file2"
b. "file1" will be moved to "file2" and both files will exist with the same contents
c. "file1" will be moved to "file2" and "file1" will no longer exist
d. "file1" and "file2" will be deleted
46. How can you get online information for /etc/vfstab? ab
a. man vfstab b. man -s4 vfstab
c. man vfstab(5) d. man /etc/vfstab
47. Which two file systems contain the kernel? ad
a. / b. /etc c. /var d. /usr
48. How can you change directories from /export/home/user1/aa to /export/home/user2/bb by relative path? bd
a. mv /user2 b. cd ../../user2/bb c. cd ../../user2
d. cd /export/home/user2/bb
49. Which command is used to pass an option from reboot command to PROM level boot command? a
a. reboot -- -r b. boot -- -r
c. reboot -r d. shutdown -- -r
50. How do you use ufsdump command to create and verify an incremental level 5 backup of /dev/rdsk/c0t1d0s4? c
a. ufsdump 0f /dev/rmt/0
b. ufsdump 5f /dev/rmt/0
c. ufsdump 5vf /dev/rmt/0
d. ufsdump 5xvf /dev/rmt/0
51. A power outage is schedule. Which command sequences are valid ways to shutdown so the system will not be damaged? acd
a. init 0 b. init 1
c. init 5 d. shutdown -i 0 e. shutdown -i 3
52. In Korn shell, when a user logs in, what is the order of initialization files executed? b
a. /etc/profile -> $HOME/.kshrc
b. /etc/profile -> $HOME/.profile -> $HOME/.kshrc
c. /etc/profile -> $HOME/.profile -> $HOME/.login
d. /etc/profile -> $HOME/.kshrc -> $HOME/.profile
53. What is the problem of the password "Mississippi3"? a
a. You must have at least one special character or a number in the first 8 digits
b. It is too long
c. It is a dictionary word
d. It has too many repeated characters
54. which command will preserve changes even after power on reset. c
a. devalias b. setdevalias c. nvalias d. nvunalias
55. Which of the following commands use option -o? (choose four)abde
a. useradd b. usermod c. userdel
d. groupadd e. groupmod f. groupdel
56. What command do you use to show the current run level? c
a. runlevel b. who -u c. who -r d. who -H
57. What utilities will display information for active processes on the system? (choose two) bd
a. who b. prstat c. prtconf d. sdtprocess e. dmesg
58. What type of files are located in /usr? (choose two.) de
a. User home directories b. NFS configuration files
c. System configuration files d. Common user executables
e. Standard system library files
59. Which sub-command will list disk partition information in the format menu: b
a. partition b. print c. label d. verify
60. The default signal associated with the pkill command is ______. c
a. SIGHUP (1) b. SIGINT (2) c. SIGTERM (15) d. SIGSTOP (23)
61. In format utility name the option to list the version name & vendor of disk Answer : current
62. command to list files and file types in a directory. c
a. dir * b. ls * c. file * d. ls -T *
63. Which file would you check to determine whether a file system is mounted with the UFS logging option enabled? a
a. /etc/vfstab b. /etc/mnttab c. /etc/inittab d. /etc/dfs/dfstab
64. Name the utility having similar syntax as tar utility , which compresses the files before archiving them ________ (ÁÖ°ü½Ä) Answer : jar
65. drag and drop. Match the commands (Table A)with associated file types(Table B)
Table A Table B
------- --------
Format regular files
Mount character device
ln -S block device
more symbolic link
ÇÑ°¡Áö À¯Çü ´õ...
Table A Table B
Hard Link ----
character device ----
block device ----
symbolic link -----
66. Which two programs are used to compress files? (choose two) ab
a. jar b. compress c. tar d. cpio
67. What kind of information is stored in /export? a
a. user Home Directory b. configuration files
c. system binaries d. system libraries
68. What is the problem of the password "Mississippi3"? a
a. You must have at least one special character or a number in the first 8 digits
b. It is too long
c. It is a dictionary word
d. It has too many repeated characters
69. Which the usermod command can allow a duplicate user ID?
(ÁÖ°ü½Ä) Answer : -o
70. ÆÄÀϽýºÅÛÀ» ¸¸µé ¶§ »ç¿ëµÇ´Â ¸í·É¾î·Î ¸Â´Â °ÍÀº
Answer: newfs /dev/rdsk/c0t1d0s0
71. * ¿¡ °üÇÑ ¹®Á¦°¡ ³ª¿È( ÁÖ°ü½Ä )
72. ÆÄÀÏÀÇ Primary groupÀ» º¯°æÇÏ°íÀÚ ÇÒ ¶§ »ç¿ëÇÏ´Â ¸í·É¾î´Â ?
Answer : usermod -g or chgrp
73. ÆÄÀÏ ÆÛ¹Ì¼Ç ¹®Á¦...umask 000À¸·Î º¯°æÇß´Ù.ÈÀÏÀÇ ±âº» Æ۹̼ÇÀº ¹«¾ùÀΰ¡? Answer : rw-rw-rw-
74. format ¸í·É¿¡ °üÇؼ 3-4 ¹®Á¦ ÃâÁ¦...
75. grep ¹®Á¦...ù±ÛÀÚ°¡ A·Î ½ÃÀÛÇÏ´Â ÆÐÅÏÀ» ÇöÀç µð·ºÅ丮¿¡¼ ¸ðµÎ ã¾Æ¶ó. Answer : grep '^A' *
76. What platform cannot support run level 0? d
a. MIPS b. Alpha c. SPARC d. Intel
77. To change the default umask for the C shell, modify the umask variable in the ______ file. a
a. /etc/default/login b. /etc/login c. /var/login d. /etc/profile
78. You enter the "patchrm 108577-03" command, and it fails. Which of the following situations will cause the command to fail? abcd
a. The patch was installed using patchadd -d
b. The file(s) for patch 108577-03 do not exist on the system
c. You are not logged in as root
d. Patch 108577-04 is installed on the system
e. Patch 108577-02 is installed on the system
79. In which directory structure are most new products installed? d
a. /home b. /var c. /etc d. /opt
80. How can you verify the Ethernet address from the boot PROM? c
a. ethernet b. ipconfig c. banner d. env
81. At the OpenBoot prompt, which command displays all device aliases defined in the system? c
a. alias b. nvalias c. devalias d. prtalias
82. What does "mt -f" require? a
a. You have to specify a tape device name
b. You have to specify the type of tape device
c. You have to specify the tape length
d. Nothing
83. What command would you use if you wanted to send output to a file and the screen at the same time? a
a. split b. tee c. more d. iosplit
84. What is the absolute mode of the setuid permission?
a. 1000 b. 2000 c. 4000 d. 8000
85. Which characters in vi in command mode cab change the cursor to last line mode? b
a. ;, |, ? b. :, /, ?
86. Which keys in vi can make the cursor move left, down, up, and right? a
a. h, j, k ,l b. y, u, i, o c. g, h, j, k d. l, k, j, h
|