871. 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 *.*

872. What command is used with vi editor to save file and remain in the editing mode ?
A. x
B. q!
C. :w
D. :q

873. What command is used to list contents of directories ?
A. tar
B. dir
C. lp
D. ls

874. Which daemon is used for the Apache server ?
A. apached
B. httpd
C. html
D. shttp

  1. Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?
  2. cut sales empl.lst
  3. /sales > empl.lst
  4. grep sales empl.lst
  5. cat | /sales > empl.lst

876. What package group will you select during the custom configuration to enable the machine to communicate with Windows clients ?
A. SMB (Samba) Connectivity
B. IPX/NetWare Connectivity
C. Dial-up Workstation
D. All of the above

877. What command is used to halt a Linux system ?
A. init 0
B. Shutdown -t
C. Shutdown -g -y0
D. Ctrl+Alt+Del

878. What command is used to copy directory structures in and out ?
A. copy
B. cp – p
C. cpio
D. cp

879. Which of the following server is used with the BIND package ?
A. httpd
B. shttp
C. dns
D. named

880. Which set option is used with vi editor to display line numbers on screen ?
A. nm
B. nu
C. ic
D. li

NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU