Software Engineering Mcqs

What command is used to copy directory structures in and out ?

(A) copy

(B) cp – p

(C) cpio

(D) cp

Submitted By: Ali Uppal


What command is used to halt a Linux system ?

(A) init 0

(B) Shutdown -t

(C) Shutdown -g -y0

(D) Ctrl+Alt+Del

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


Which daemon is used for the Apache server ?

(A) apached

(B) httpd

(C) html

(D) shttp

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal