What command is used to halt a Linux system ?
(A) init 0
(B) Shutdown -t
(C) Shutdown -g -y0
(D) Ctrl+Alt+Del
In OSI network architecture, the dialogue control and token management are responsible of________________?
(A) data link layer
(B) transport layer
(C) network layer
(D) session layer
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
Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?
(A) cut sales empl.lst
(B) /sales > empl.lst
(C) grep sales empl.lst
(D) cat | /sales > empl.lst
What command is used with vi editor to save file and remain in the editing mode ?
(A) x
(B) q!
(C) :w
(D) :q
LILO________________?
(A) stands for Linux loader
(B) is the Linux boot loader
(C) is a tool used to boot the Kernel on x86 hardware
(D) All of the above
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 *.*