201. Which of the following command is used to access an SMB share on a Linux system ? A. NFS B. SMD C. smbclient D. smbserver ✅ The correct answer is option C.
202. Which command is used to terminate a process ? A. shutdown B. haltsys C. cancel D. kill ✅ The correct answer is option D.
203. Which command is used to remove a directory ? A. rd B. rmdir C. dldir D. rdir ✅ The correct answer is option B.
204. What types of installations require a special boot disk ? A. NFS B. FTP C. PCMCIA D. All of the above ✅ The correct answer is option D.
205. The command that can be used to restrict incoming messages to a user is_______________? A. mesg B. grep C. halt D. sleep ✅ The correct answer is option A.
206. Which command is used to move all files to the bin sub-directory of the parent directory ? A. mv *.* /bin/ B. mv * /bin/* C. mv * ../bin D. mv * ../bin *.* ✅ The correct answer is option C.
207. Which option is used with the chmod command recursively to all files and sub-directories in a directory ? A. -1 B. -i C. -x D. -R ✅ The correct answer is option D.
208. Which of the following server is used with the BIND package ? A. httpd B. shttp C. dns D. named ✅ The correct answer is option D.
209. What TCP/IP protocol is used for transferring electronic mail messages from one machine to another ? A. FTP B. SNMP C. SMTP D. RPC ✅ The correct answer is option C.
210. What command is used with vi editor to save file and remain in the editing mode ? A. x B. q! C. :w D. :q ✅ The correct answer is option C.