Linux_2008_07sd 5

  • 格式:doc
  • 大小:46.50 KB
  • 文档页数:5

1) Which of the following is NOT true about Linux?A) It roots its existence from UNIX.B) Linux is a free distributable version of UNIXC) There are distributions or versions of Linux which are not free.D) Linux has a higher hardware requirements compared to Windows and other released OS.2) In Linux, what command is used to list down all existing files and directories?A) list – a B) Ist C) is D) I-a3) What will the command 'pwd' do?A) It displays your home or current directory you are working in.B) It displays the root directory:.Q It displays the system file directoryD) It displays all the files in the home directory4) Which of the following can be used to edit a file?A)edit B)vi C) ed D)None of the above5) Which of the following is the correct command to print the path?A) Path -p B) Uname -p C) cat/bin/pathn D) echo $PATH6) Linux access hardware through____A) mode B) device driver C) symbolic links D)inode pointers7) What does GNOME stands for?A) Global Network Object Model EnvironmentB) GNU Network Object Model EnvironmentC) General Network Object Model EnvironmentD) General Network Object Model Ext8) Which of the following is NOT a command line tool for performing backups in Linux?A) dd B) cpio C) tar D) None of the above9) ___is a utility which works with a complex set of rules that determines if a connection is established or turn downA) diald B) dialer daemon C) PPP D) auto-dial10) SMTP stands for_____A) Simple Mail Transfer ProtocolB) Standard Mail Technical ProtocolC) Safer Management Transfer ProtocolD) Structured Mail Transfer Protocol11) You can set cron to run once every second.A) True B) False12) Which of the following directories contains all Apache configuration file?A) letc/rc.d/ B) /etc/httpd/confC) /home/httpd D) /var/log/httpd13) In Red Hat Linux, which of the following commands will restart Samba?A) restart /etc/rc.d/init.d/smb B) /etc/rc. d/in it.d/sm bC) kill /etc/ c.d/init.d/smb D) restart /etc/rc.d/init.d/smb /restart14) Which of the following is NOT a method in accessing file in other Linux boxes?A) r- commands B) FTP C) NFS D) None of the above15) In Linux, where can you find the printtool program?A) /usr/bin B) /dev/IpO C) /var/spool/lpd D) None of the above16) Which command will help you verify if the printer driver is loaded or not?A) chmod B) ps C) Ismod D) chstart17)______is a Linux component which provides a method of handling data that makes its easy to store and access information.A) kernel B) file system C) shell D) commands18) In Linux, to use a CD-ROM you may need to:A) Login as root B) Mount it C) Bind it D) Restart the computer19)When in vi command mode, what key combination would "jump" four words forward?A) :4word B) 4dd C) :4w D) :wr420) Which of the following commands that will let you change your directory?A) cp B) vi c) Is D) cd21) What is the correct command to place the phrase "Sample Linux command manipulation" in sample.txt file?A) ed sample.txt B) ed sample.txtSample Linux command aw Sample Linux command.wC) ed sample.txt D) sample.txlwSample Linux command $a.a Sample Linux commandw22) How to stop the "httpd" Apache Web Server services in Linux?A) /etc/rc.d/init.d/httpd kill B) /etc/rc.d/init.d/httpd endC) /etc/rc.d/'mit.d/httpd done D) /etc/rc.d/iniLd/httpd stop23) In K Desktop Environment (KDE), how many desktop is available by default?A) 2 B) 3 C) 4 D) 524) In Linux, a tape drive is a character device, so it is not possible to specify a file name.A) True B) False25) If you have both Linux and Windows in your machine, what file system would be the best to share data?A) DOS B) NTFS C) FAT D) EXT .26)What command is used to submit command to cron?A) cronadd B) crontab C) newcron D) addcron27) What back-up and restore procedure is used in KDE?A) tar B) kdat C) cpio D) dd28) A Linux machine running SAMBA can serve as the primary domain controller.A) True B) False29) Which of the following command will display information about pppd?A) alt pppd B) hip pppd C) showdoc pppd D) help pppd30) What does MTA stand for?A) Mail Transfer Agent B) Mail Tactical AgentC) Mini Time Agent D) Manual Transfer Agent31) Apache is a_____A) web protocol B) web server C) web client D) mail client32) Which of the following is a possible place to install LILO?A) MBR and the first sector of the root partitionB) MBR and the lilo.img fileC) lilo.img file and first sector of root partitionD) lilo.img file and first sector of boot partition33) Which of the items below are parts of the Linux file?A) Disk driver, Directories and Files B) Disk driver, Folders and FilesC) Disk driver, Directories, Files and IconsD) Directories, Special Files and Ordinary Files34) How to create the file name Linux.txt?A) ed Linux.txt B) create Linux.txtC) cat Linux.txt D)md Linux.txt35) Assuming you want view the content of 'Linux.txt' file using vi, the content is "Hello, Welcome to Linux". The cursor is position in “| Linux”, what would happen if "dw" is typed?A) The cursor will move forward and the current position is before the letter LB) The letter L will be deletedC) The entire word "Linux" will be deletedD) The entire content of Linux.txt will be deleted36) The_______account is the most privilege account on a Unix systom.A) main B) root C) home D) bin37) Which of the following is not part of the XFree86 software directories?A) /usr/XIIR6/include B) /usr/X1IR6/bin C) /usrl X11R6/manD) /usr/X11R6/main E) All of the above38) Which option in the 'tar' utility that will enable preservation of permissions?A) f B) v C) z D) p39)The correct AT command to dial the number 63397588 is( )A) ATDT63397598 B) ADTT63397588C) DIALATDT63397598 D) ADT6339759840) In Linux, which of the following utility cannot be used to send mail?A) mail B) telnet C) pine D) None of the above41) What Linux command is used to install the Apache Web Server?A)install B) crw C) rpm D) load42) In Linux, what is SAMBA?A) SAMBA is a web server for Linux operating systems.B) SAMBA is a set of programs that enable your Linux to work with Microsoft WindowsC) SAMBA is the web browser to work with Microsoft Internet Information ServerD) SAMBA is the web server for Windows-based web browsers43) The default name of the first parallel printer in Linux is______.A) /dev/Ip0 B) /dev/lpl C) /dev/1p2 D) /dev/1p344) Which of the following command enables you to shutdown Linux?A) shutdown B) Logout C) exit D) None of the above45) vi has two modes of operation. They are:A) Insert and delete modes B) Insert and edit modesC) Insert and read modes D) Insert and command modes46) The current directory is GCS/student/course/Linux/. What is the one line command to change it to GCS/student/?A)cd.. B) cd../ C) cd ../.. D) cd.. ..47) Which of the following is a Red Hat Linux Installation types?A) Workstation, Server, Laptop, Custom and UpgradeB) Server, Host, Stand alone and Remote ComC) Workstation, Custom and HostD) Server, Custom, Desktop, and Stand alone48) Which vi command that will enable you to change from text input mode into command mode?A) !q B) Esc Key C) :w D) F549) In Linux, what must be done before using a file system?A) format B) restart it C) mount it D) shutdown50) Which of the following command is used to print the file "MyLinux.c" in printer Ip0?A) # lpr MyLinux.c -Pip0 B) # lpr –Pip0 MyLinux.cC) MyLinux.c #Ipr –Pip0 D)lpr#MyLinux.c-Plp0。