Shriram Mantri Vidyanidhi Info Tech Academy: PG DAC Linux Question Bank
Shriram Mantri Vidyanidhi Info Tech Academy: PG DAC Linux Question Bank
8. How many networks and nodes per network, are allowed by the Class B network?
A. 127 networks and 16,777,216 nodes per network B. 16,384 networks and 65,534 nodes per network
C. 2,097,152 networks and 254 nodes per network D. All of the above
10. Which of the following command is used to create a Linux installation hoot floppy?
A. mkboot disk B. bootfp disk C. ww and rawwrite D. dd and rawrite
11. How can you add Amit, a new user, to your system?
A. Using useradd B. Using adduser C. Using linuxconf D. All of the above
12. What file specifies the order in which to use specified name services?
A. /etc/services B. /etc/nsorder C. /etc/nsswitch.conf D. /etc/hosts
14. In which directory can you store system user default files used for creating user directories?
A. /usr/tmp B. /etc/default C. /etc/skel D. /etc/users
1
Shriram Mantri Vidyanidhi Info Tech Academy
PG DAC Linux Question Bank
Explanation:
The /etc/skel directory contains files and directories that are automatically copied over to a new user's home
directory when such user is created.
17. Which of the following is a valid format for mounting a CD-ROM drive?
A. mount -t iso9660 /dev/cdrom / mnt/cdrom B. mount /dev/cdrom
C. mount /mnt/cdrom D. All of the above
19. Which of the following command can you execute to count the number of lines in a file?
A. lc B. wc – l C. cl D. count
21. What command is not used to list the files chap01, chap02 and chap04?
A. ls chap* B. ls chap[124] C. ls - x chap0[124] D. ls chap0[124]
Answer: Option B
22. What command is used with vi editor to replace text from cursor to right
A. S B. s C. R D. r
24. What sign is used to erase or kill an entire line you have typed and start you are on a new line (but not
display a new prompt)?
A. ! B. $ C. # D. @
25. What command is used to sort the lines of data in a file in alphabetical order?
A. sort – r B. st C. sh D. sort
26. What command is used with vi editor to save file and remain in the editing mode?
A. x B. q! C. :w D. :q
27. What command is used with vi editor to move back to the beginning of a word?
A. w B. e C. a D. b
2
Shriram Mantri Vidyanidhi Info Tech Academy
PG DAC Linux Question Bank
28. What command is used with vi editor to search a pattern in the forward direction?
A. ?? B. // C. ? D. /
30. What protocol(s) is(are) allowed a user to retrieve her/his mail from the mail server to her/his mail
reader?
A. POP3 B. FTP C. MAP D. All of the above
32. What X-based tool is available for configuring the X Window system?
A. XConfigurator B. XF86Setup C. xf86config D. All of the above
33. Which of the following server is used with the BIND package?
A. httpd B. shttp C. dns D. named
36. Which of the following command is used to access an SMB share on a Linux system?
A. NFS B. SMD C. smbclient D. smbserver
37. Which of the following command is used to see the services running in NFS server?
A. rpcinfo B. serverinfo C. NFSinfo D. infserv
38. In which tcp_wrappers file can you specify to allow all connections from all hosts?
A. /etc/hosts.allow B. /etc/hosts.deny C. /etc/hosts D. /etc/tcp.conf
40. What shell's wild-card is used to match any number of characters including none?
A. * B. ? C. [!ijk] D. [ijk]
3
Shriram Mantri Vidyanidhi Info Tech Academy
PG DAC Linux Question Bank
42. What command is used with vi editor to append text at end of line?
A. I B. I C. a D. A
44. What command is used to remove jobs from the print queue?
A. lpq B. lpr C. lprm D. lpc
45. What command is used to save the standard output in a file, as well as display it on the terminal?
A. tee B. grep C. cat D. more
46. What command is used to count just the number of lines contained in a file?
A. wc – r B. wc – w C. wc – c D. wc - l
47. Which class network is used for a collection of a small number of networks with a large number of nodes?
A. Class A B. Class B C. Class C D. All of the above
48. RPM
A. stands for Red Hat Package Manager B. is used to install, uninstall, and manage packages
C. is used to keep track of the users D. assigns a dynamic IP address
49. What command is used to query for a specific package with RPM?
A. rpm –q B. rpm –a C. rpm –d D. rpm -1
50. What script is run for setting bash global defaults for all users?
A. /etc/.profile B. /etc/.bashrc C. /etc/.log D. /etc/profile
52. Which of the following is not a part of default Red Hat Linux email system?
A. Pine B. The MTA C. The MUA D. procmail
53. _____ tool allows you to change your default X Window desktop.
A. utilinux B. cempre C. switchdesk D. window
54. In what file can you specify which users are not allowed to access a system via FTP?
A. /etc/ftpusers B. /etc/hosts.deny C. /etc/ftpaccess D. All of the above
55. Which program is used to schedule particular jobs or programs at particular times on the system?
A. vi B. Outlook C. Scheduler D. cron
4
Shriram Mantri Vidyanidhi Info Tech Academy
PG DAC Linux Question Bank
57. How many extended partitions can exist on one drive?
A. 16 B. 4 C. 2 D. 1
58. For you to create a swap partition by using fdisk, what must the partition's system ID type be?
A. 83 B. 82 C. 5 D. 4
59. What file contains the list of port numbers (and associated names) monitored by inetd?
A. /etc/services B. /etc/nsorder C. /etc/nsswitch.conf/ D. /etc/hosts
60. The location of some system configuration and system administrator executable files, is:
A. /home B. /proc C. /var D. /sbin
61. The location for subdirectories for local programs and executables for user and administrative commands,
is:
A. /usr B. /tmp C. /opt D. /mnt
64. What command is used to assign executable permission to all of the files named "report"?
A. chmod ugo + x report B. chmod u + x report
C. chmod ugo + rw report D. chmod ugo + r report
66. What command is used to count the number of files in the current directory by using pipes?
A. ls | ws – c B. ls | wc – w C. ls | wc – l D. ls | wc
67. What command is used to count just the number of characters in a file?
A. wc – r B. wc – w C. wc – c D. wc - 1
68. 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
69. How can you rebuild the RPM file to include the new patches?
A. - - recompile B. - - rebuild C. - - generate D. - - execute
5
Shriram Mantri Vidyanidhi Info Tech Academy
PG DAC Linux Question Bank
71. NIS
A. is Network Information Service
B. is a simple directory service whose main purpose is to allow remote authentication of systems on local
network systems
C. was formerly known as yellow pages
D. allows configuration-such as password and group files
72. In order to increase the amount of memory available for a system, what is the maximum size of a swap
partition (with kernel version 2.2.x)?
A. 2GB B. 128MB C. 64MB D. 32MB
77. Which of the following subdirectory(ies) contains the system boot scripts.
A. /dev B. /bin C. /etc D. /home
78. What of the following tool is used to check and repair Linux file systems?
A. mkfs B. fdisk C. fsck D. mount
79. Which of the following tool is used to partition your hard drive?
A. mkfs B. fdisk C. fsck D. mount
80. Where can system and mail logs be found in Ret Hat Linux?
A. /var/log B. /etc/log C. /mail D. All of the above
82. Which of the following command can be used to rename a file in UNIX?
A. ren B. mv C. remove D. change
86. What command is used to sort the lines of data in a file in reverse order?
A. sort – r B. st C. sh D. sort
89. What command is used with vi editor to move forward to the end of a word?
A. c B. d C. b D. e
93. Which program is used to automatically install Red Mat Linux on identical hardware?
A. bzimage.img B. tar C. ghost D. mkkickstart
98. What command is used with vi editor to move the cursor to the left?
A. h B. k C. j D. i
101. 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/local B. /usr/src/linux C. /usr/sre/redhat D. /usr/bin
102. After you have compiled your kernel, what do you have to edit to boot your new kernel image?
A. /boot/lilo.conf B. /etc/conf.modules C. /etc/named.boot D. /etc/lilo.conf
103. To create an installation boot floppy disk from Linux (or another Unix) machine, what command could
you use?
A. fdisk B. fsck C. dd D. rawrite
104. You just added a new user, kara, to the system. What group is kara added to by default?
A. root B. kara C. group D. user
105. What are the appropriate Hex codes for setting Linux swap and Linux native partition types in fdisk?
A. 82 and 83 B. 92 and 93 C. 63 and 64 D. 82 and 85
107. Which of the following command lists the last 10 lines of a file?
A. grep B. tail C. head D. cat
110. What command is used to assign only read permission to all three categories of the file'letter'?
A. chmod u + r, g + r, o - x letter B. chmod ugo = r letter
C. chmod a - rw letter D. chmod go + r letter
111. What command is used with file named 'letter' to remove the executable permission from the user and
assign read permission to the group and others?
A. chmod go + x, u - x letter B. chmod g - x, uo + r letter
C. chmod go + r, u + x letter D. chmod u - x, go + r letter
112. What command is used to assign executable permission to the owner of the file named "letter"?
A. chmod ugo + x letter B. chmod u + x letter C. chmod u + w letter D. chmod g + x letter
8
Shriram Mantri Vidyanidhi Info Tech Academy
PG DAC Linux Question Bank
113. What command is used to compare the files?
A. Ccp B. Du C. Cmp D. Comp
115. What command is used to list the jobs currently in print queues?
A. lpq B. lpr C. lprm D. lpc
116. Which of the following format of partition tables does Linux use?
A. Linux B. BSD C. UnixWare D. DOS