If you execute “ufsdump /dev/dsk/c0t3d0s0” , which “effective command” gets executed (by virtue of of the default values for the required arguments) ?a. ufsdump 9uf /dev/rdsk/c0t3d0s0 b. ufsdump 5uf /dev/rdsk/c0t3d0s0 c. ufsdump 0uf /dev/rdsk/c0t3d0s0 d. ufsdump 9f /dev/rdsk/c0t3d0s0
Answer: A
True or false , in the unfsdump command, you can use the mount point (e.g/ /usr) can be used instead of the raw device name (dev/dsk/c0t3d0s6) .a. True b. False
Answer: A
You have a tape in hand which has the dumps of 2 file systems. Which command must you execute so that the ufsrestore will open up an interactive session so that you can select the files and directories to be restored from the SECOND file system on the tape?a. ufsrestore ivfs /dev/rmt/0c 1 b. ufsrestore ivfs /dev/rmt/0c 2 c. ufsrestore vfs /dev/rmt/0c 2 d. This can not be done with a single command
Answer: B
If you do not specify a backup_device when you run ufsrestore, which device is used by default ?a. /dev/tape0 b. /dev/rmt/tape0 c. /dev/tape1 d. /dev/rmt/0
Answer: D
Which tar command would make an archive of /usr/bin on the tape (device /dev/rmt/0c), but would not reqind the tape after its done ?a. tar xvf /dev/rmt/0cn /usr/bin b. tar cvf /dev/rmt/0cn /usr/bin c. tar tvf /dev/rmt/0c /usr/bin d. tar cvf /dev/rmt/0c /usr/bin
Answer: B
You want to create a tar tape of only a few files and directory that are not part of the same parent directory. How can you accomplish this ?a. you have to use ufsdump command for this b. tar icvf (an then supply the names of files and folders when asked) c. make an ascii file with the names of the files and directories and use that with the –I option of the tar command d. tar xvf –I ascii_file_with_the_list
Answer: C
Which command will read a tape list which tar archives are on that tape ?a. tar cvf /dev/rmt/0c b. tar tvf /dev/rmt/0c c. tar xvf /dev/rmt/0c d. tar rvf /dev/rmt/0c
Answer: B
Which of the following clients are supported to print via a Solaris LP print server ?a. HP-UX b. IBM AIX c. SunOS 4.x d. Windows NT 4.0 e. Solaris 2.x
Answer: A,C,E
You are trying kill a process (PI 314)by issuing the following command:kill 314But , it is not going away. What should you try next ?a. terminate 314 b. killp 314 c. kill -9 314 d. kill -v 314
In the output of the "ps -elf" command, what does the "PPID" column represent ?a. process ID of the parent process b. cpu cycles used so far c. amount memory being used d. process ID
Answer: A
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top