1) The software installation cluster not available with Intel but present is SPARC solaris is d
a)End user b)Core c)Entire d)Entire + OEM e)Developer
2) The file to be used to mount a file system automatically at boot time a
a)/etc/vfstab b)/etc/mnttab c)/etc/inittab d)/etc/dfs/dfstab
3) Two commands to list man pages for vfstab
$man vfstab , $man /etc/vfstab
4) Command to verify whether ufs logging is enabled on a file system a
(´äÀ» ¸ð¸£°ÚÀ½)
a)#mount b)#df c)#du
5) The list of currently mounted file systems is in file a
a)/etc/vfstab b)/etc/mnttab c)/etc/inittab d)/etc/dfs/dfstab
6) The command to add a device with driver "st" without rebooting a live system #devfsadm -i st
7) command to list files and file types in a directory c
a)dir * b)ls * c) file * d) ls -T *
8) The command to be used to suppress confirmation during mget command a
a)prompt b) noscan c) noask d)hash e)bin
9) commands to shutdown a system and turn of the power( choose 3 answers) aef
a)#init 0 b)# int 6 c) #init 5 d)# stop
e) #shutdown -i5 -g300 f)# shutdown -i0 -g300 g)#poweroff
10) A user in hostA want to rcp files from hostA to hostB. What should he do to achive it . The answer contains details of creation of .rhost file and /etc/hosts.equiv. Need to pick The right choice.
11) The files needed for intialization of bourne shell( choose 2 answers)
/etc/profile , $HOME/.profile
12) the files needed for intialization of korn shell( choose 3)
/etc/profile, $HOME/.profile, $HOME/.kshrc
13) The path_to_inst file is present in directory ________ ( free response) /etc
14) drag and drop. Match the commands (Table A)with associated file types(Table B)
15) The option to choose if you want to specify the file for booting a
a)boot -a b)boot -v c)boot -s d)boot -r
16) List out options to change from command mode to edit mode in vi editor(choose 4 answers) abgi
a)a b)i c)r d)G e)p f)n g)cw
h)h I)A j)R k)I
18) which command will preserve changes even after power on reset c
a)devalias b)setdevalias c)nvalias
19) which command is used to create a new custom disk b
a)banner b)eeprom c)printenv d)alias e)probe-scsi
20) Command to take backup of /home directory on a tape drive shared in a host mars using ufsdump
ufsdump 0uf mars:/dev/rmt/0 /home
21) Name the utility having similar syntax as tar utility , which compresses the files before archiving them ________ ( free response )
#jar
22) command to list a tar archive
#tar tf <archivename>
23) comamnd to remove SETGID from a file.
#chmod g-s <filename>
24) The command to change ACL on a file
#setfacl
25) The minimum difference in number of characters between an old password and a new password in solaris is c
a)0 b)1 c)3 d)4 e)7
26) init consults __________ file before going to /sbin/rc2 (free response) /etc/inittab
27) In format utility name the command used to preserve disk name for future use label
28) In format utility name the option to list the version name & vendor of disk current
29) command to create a new file system
#newfs <character-device>
30) List a single command to change directory from /export/home1/user1 to /export/home2/user2 ( choose 2 options)
#cd ../../home2/user2 , #cd /export/home2/user2
31) Select the command which can list the complete status of active processes( choose 2)
#prstat , #sdtprocess
32) command to add a package from /export/pkg directory
#pkgadd -d /export/pkg <package-name>
33) Give the command to grep all A's from the start of a line only.
#grep '^A' *
34) which of the following commands support option -o for duplicating UID"s and GID's ??? ( choose 4) acde
a)usermod b)userdel c)useradd d)groupadd e)groupmod f)gropudel
35) if umask=000 what is the default file permission??? b
a)000 b)666 c)777 d)755 e)644
36) Command to list installed patches in the system( choose 2)
# patchadd -p , #showrev -p
37) the init level which can shutdon and poweroff the system is ____( free response) 5
38) command to show current run level b
a)init 0 b)who -r c)shutdown d)runlevel
39) what is the default signal sent with "kill" command if no signals are specified?? a
a) TERM d)KILL d)INT
40) $ ps -aef|grep in.routed root 110 1 0 Jun 27 0:00 /usr/sbin/in.routed -q Give the command to kill the in.routed process. b
a)kill root b)pkill in.routed c)pkill 1 d)pkill 110
41) the command to ensure minimum loss to file system data while performing a system shutdown is c
a)df b) mount c)sync d)fsck
42) The primary function of kernel is to
manage CPU resources
48) the command to mount a HSFS file system in CDROM drive manually at /mnt is
#mount -F hsfs /dev/dsk/c0t6d0s0 /mnt
49) use of /export file system
as root directory for shared resources
50) The command to be used in vi editor to copy and paste 3 lines of text b
a) yyp3 b) 3yyp c) copy 3 d)3copy
51) command syntax to search the string "solaris" and replace it with "solaris operating system" inside vi editor.
%s/solaris/solaris operating system/g
52) 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
53) 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/
54) List all files and directories that start with "abc" and end in "1". c
a. ls [a-c+1] b. ls [abc+1] c. ls [abc]*1 d. ls [abc]+1
55) How do you use tar command to see a file's contents in a tape drive? b
a. tar -tf /dev/rmt/0 b. tar -tfv /dev/rmt/0
c. tar -tv /dev/rmt/0 d. tar -list /dev/rmt/0
56) What command is similar in syntax to tar and it can be used to compresses a file? jar
57) How do you use chmod to change the SGID bit? c
a. chmod 544 b. chmod 644 c. chmod g-s d. chmod +s
58) What option works with mount, fsck, useradd, usermod, groupmod, groupadd? c
a. -x b. -y c. -o d. -1
|