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
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
What command do you use to delete a file?
A. rename
B. delete
C. rm
D. cp
E. None of the above
Select an option to see the answer and solution.
Which of the following command lists the last 10 lines of a file?
A. grep
B. tail
C. head
D. cat
E. None of the above
Select an option to see the answer and solution.
What command is used to terminate a process?
A. kill
B. cancel
C. haltsys
D. shutdown
E. None of the above
Select an option to see the answer and solution.
What command is used with vi editor to delete three words?
A. 3$d
B. 3 dw
C. 3 x
D. 3 dd
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
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
E. None of the above
Select an option to see the answer and solution.
What command is used to compare the files?
A. ccp
B. du
C. cmp
D. comp
E. None of the above
Select an option to see the answer and solution.
What command is used to summarize the disk usage?
A. disk
B. du
C. fdisk
D. chkdsk
E. None of the above
Select an option to see the answer and solution.
What command is used to list the jobs currently in print queues?
A. lpq
B. lpr
C. lprm
D. lpc
E. None of the above
Select an option to see the answer and solution.
Which of the following format of partition tables does Linux use?
A. Linux
B. BSD
C. UnixWare
D. DOS
E. None of the above
Select an option to see the answer and solution.
Which of the following NIS clients returns the name of the NIS server used by the NIS client?
A. ypwhich
B. ypbind
C. ypcat
D. yppoll
E. None of the above
Select an option to see the answer and solution.
Applications communicate with kernel by using:
A. System Calls
B. C Programs
C. Shell Script
D. Shell
Select an option to see the answer and solution.
What is the use of fcntl function?
A. locking a file
B. reading the file descriptor flag
C. changing the file status flag
D. all of the mentioned
Select an option to see the answer and solution.
The shell used for Single user mode shell is:
Select an option to see the answer and solution.