Search
.Management Sciences
Category: Basic of linux unix
What package group will you select during the custom configuration to enable the machine to communicate with Windows clients ?
0
A. SMB (Samba) Connectivity
B. IPX/NetWare Connectivity
C. Dial-up Workstation
D. All of the above
Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory ?
A. copy programs/wb misc/wbx
B. cp programs/wb misc/wbx
C. tar programs/wb misc/wbx
D. copy a:programs/wb b:misc/wbx
Which command is used to display the device name of the terminal you are using ?
A. who
B. ls
C. tty
D. stty
Which of the following commands is used to copy directory structures in and out________________?
A. cp
B. cpio
C. cp – p
D. copy
Which command is used to list all the files with extension .lst ?
A. ls -l *.lst
B. ls lst*
C. ls *.*
D. ls *[lst]
Which command is used to make all files and sub-directories in the directory (progs) executable by all users ?
A. chmod -R a+x progs
B. chmod -R 222 progs
C. chmod -1 a+x progs
D. chmod -x a+x progs
What layer protocol is responsible for user and the application programme support such as passwords, resource sharing, file transfer and network management ?
A. Layer 4 protocols
B. Layer 5 protocols
C. Layer 6 protocols
D. Layer 7 protocols
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 *.*
Recent Comments