QuestionQ1
Storage Devices and BSD FilesystemsWhich device denotes the first BSD disk slice in the disk label on the first partition of the second SATA disk in OpenBSD?
- A /dev/sd1a
- B /dev/d2s1
- C /dev/sl1d2
- D /dev/sd1p2d
- E /dev/sata2a
QuestionQ2
Basic BSD System AdministrationWhich cron-job line executes myscript once every hour?
- A
-
-
-
-
- /pathto/myscript
-
-
-
-
- B 0 * * * * /pathto/myscript
- C
- 0 * * * /pathto/myscript
- D
-
- 0 * * /pathto/myscript
-
- E
-
-
- 0 * /pathto/myscript
-
-
Community Discussion
QuestionQ3
Basic Unix SkillsWhich command locates every directory inside the current user’s home directory?
- A find ~ -type d
- B find . -dir
- C find / -d | home
- D find -uid myname
- E find -d home
Community Discussion
QuestionQ4
Basic Unix SkillsWhile creating a symbolic link, an error reports that the target already exists. Which statement is true?
- A ln can not override an existing target so the target must be manually removed.
- B ln can override the target, but only if it is a file.
- C ln can override the target, but only if it is a directory.
- D ln can override the target, whether it is a file or a directory.
- E ln can not override an existing symbolic link.
Community Discussion
QuestionQ5
Basic Unix SkillsWhile investigating a USB pen drive, a file named mybackup is discovered. Which utility can determine the type of data contained in that file?
- A file mybackup
- B ls -l mybackup
- C tar -t mybackup
- D whatis mybackup
- E touch mybackup
Community Discussion
That's the end of the preview
It's free
100% of the questions are free for all users.
No strings attached.
Community Discussion