Answer ALL questions.
Time: ONE hour and 10 minutes reading time
Reference materials are NOT allowed.
-
What command in Linux is used to remove files?
A) dm B) rm C) delete D) erase
-
What hardware architectures are not supported by Red Hat Linux?
A) SPARC B) IBM C) Alpha D) Macintosh
-
How can you add “Genetic”, a new user to your Linux system?
-
Use useradd B) Use adduser C) Use linuxconf D) All of them
-
How could you install the file ipchains-1.3.9-5.i386.rpm?
A) rpm -qip ipchains B) rpm -Uvh ipchains
C) rpm -i ipchains* .i386.rpm D) rpm -e ipchains-1.3.9-5.i386.rpm
-
Which of the following is a correct format for mounting a CD-ROM drive?
A) mount -t iso9660 /dev/cdrom / mnt/cdrom B) mount /mnt/cdrom
C) mount /dev/cdrom D) All of them
-
What command do you use to create Linux file systems?
A) fdisk B) mkfs C) fsck D) mount
-
Which of the following command can you execute to count the number of lines in a file?
A) wc -1 B) lc C) cl D) count
-
Which of the following is not a communication command in Linux?
A) grep B) mail C) mesg D) write
-
What command is used to list the files chap01, chap02 and chap04?
A) ls chap* B) ls - x chap0[124]
C) ls chap[124] D) ls chap0[124]
-
What command is used with vi editor to replace text from cursor to right?
A) S B) W C) R D) T
-
What sign is used to erase or kill an entire line you have typed and start on a new line (but not display a new prompt)?
A) ! B) $ C) # D) @
-
What protocol(s) is(are) allowed a user to retrieve her/his mail from the mail server to her/his mail reader?
A) MAP B) FTP C) MAIL D) POP3
-
What X-based tool is available for configuring the X Window system?
A) XConfigurator B) XF86Setup
C) xf86config D) None of them
-
Which of the following is the main Apache configuration file?
A) /etc/httpd/conf/httpd.conf B) /etc/srm.conf
C) /etc/httpd/config.ini D) /etc/apache.conf
-
What command is used to copy directory structures in and out?
A) copy B) cp -p C) cpio D) cp
-
What script is run for setting bash global defaults for all users?
A) /etc/.profile B) /etc/.bashrc C) /etc/.log D) /etc/profile
-
Who founded the Linux Kernel?
A) Bill Gates B) Ben Thomas
C) Linus Torvalds D) Richard Stallman
-
Which of the following is not a part of default Red Hat Linux email system?
A) Pine B) MTA
C) MTU D) procmail
-
The location of some system configuration and system administrator executable files, is:
A) /home B) /bin C) /var D) /proc
-
What command is used to assign executable permission to all of the files named "report"?
A) chmod u + x report B) chmod ugo + r report C) chmod ugo + rw report D) chmod ugo + x report
-
What command is used to halt a Linux system?
A) Shutdown -g -y0 B) Shutdown –t
C) init 0 D) Ctrl+Alt+Del
-
Which daemon is used for the Apache Server?
A) apached B) httpd C) html D) shttp
-
To build a modularized kernel, the kernel-headers and kernel-source packages must first be installed. Where will you find the kernel-headers and kernel-source?
A) /usr/src/linux B) /usr/local
C) /usr/sre/redhat D) /usr/bin
-
What command is used to terminate a process?
A) haltsys B) cancel C) shutdown D) kill
-
What command is used with vi editor to delete three words?
A) 3 x B) 3 $d C) 3 dw D) 3 dd
-
The Hardware requirements of Linux system are as high as Windows.
A) True B) False
-
Where can you install a boot loader?
A) Disk B) CDR C) MBR D) DVD
-
What is the easiest way to shutdown Linux?
A) Shutdown B) Ctrl+Alt+Del C) Delete D) End
-
What do you mean by LILO?
A) Linux Loading B) Linux Load
C) Linux Loaded D) Linux Loader
-
________ is a system that provides a base set of communication protocols and functions for building graphical user interface for computers with bitmapped displays.
A) J Window B) X Window C) C Window D) G Window
-
GNOME stands for _________.
A) GNU Network Object Model Environment
B) Global Network Object Model Environment
C) Geographical Network Object Model Environment
D) GPS Network Object Model Environment
-
Which command-line tools can be used to perform backups with Linux?
A) cpio B) tar C) dump D) All of Them
-
Which of the following file type represents a physical device such as terminal, disk drive or communication link?
A) Directories B) Ordinary Files C) Special Files D) None of Them
-
__________ is a program which is used to interface between a user and a Linux kernel.
A) Boot Loader B) Shell C) I Environment D) GUI
-
How to save the changes of a specific file opened in a vi mode?
A) use the command :q B) use the command :save
C) use the command :s D) use the command :w
-
What is the most privileged account in UNIX system?
A) user B) root C) admin D) guest
-
In a KDE Desktop Environment, the KDat uses also “tar” to set backups.
A) True B) False
-
What do you mean by CGI?
A) Connecting Global Interface B) Communication Gateway Interface
C) Common Gateway Instruction D) Common Gateway Interface
-
What are the two primary programs included in the Samba package?
A) sambd and nambd B) smbd and nmbd
C) samba and red hat D) rpm and httpd
-
_________ is a simple test program to check the /etc/smb.conf configuration file for internal correctness.
A) Testparm B) testpro C) samba test D) conf test
-
In Red Hat Linux, which of the following commands will restart Samba?
-
/etc/rc.d/init.d/smb restart
-
/etc/rc.d/init.d/smb
-
kill /etc/rc.d/init.d/smb
-
restart /etc/rc.d/init.d/smb /restart
-
When in vi command mode, what key combination would “jump” four words forward?
A) :4word B) 4dd C) :4w D) :wr4
-
Which of the following commands will change the directory?
A) cp B) vi C) ls D) cd
-
There are seven fields in the /etc/passwd file. Which of the following list all the fields in the correct order?
-
username, UID, password, GID, home directory, command, comment
-
username, password, UID, GID, comment, home directory, command
-
UID, username, GID, home directory, password, command, comment
-
username, password, UID, group name, GID, home directory, comment
-
Which command will you use to stop a queued print job?
-
Lps B) lpq C) lprm D) lpkill
-
Which of the following is an absolute path?
-
~/abc B) /user/test C) etc/cfg D) c:/user/abc
-
In Linux, what command is used to display the current working directory?
A) home B) pwd C) mount D) list
-
In vi mode, what basic command will insert a text to the left of the cursor?
A) q B) d C) i D) a
-
What command to use in order to exit in a vi mode?
A) :dd B) :q C) :x D) :w
-
What vi command to use in order to find the next letter “o” from the cursor in an opened file?
A) o f B) ff o C) fo D) find o
IHDCS/Linux/0112 Page of
Share with your friends: |