Computer Science - Linux

Exercise : Linux - Section 3
21.
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?
/usr/local
/usr/src/linux
/usr/sre/redhat
/usr/bin
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

22.
After you have compiled your kernel, what do you have to edit to boot your new kernel image?
/boot/lilo.conf
/etc/conf.modules
/etc/named.boot
/etc/lilo.conf
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

23.
To create an installation boot floppy disk from Linux (or another Unix) machine, what command could you use?
fdisk
fsck
dd
rawrite
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

24.
You just added a new user, kara, to the system. What group is kara added to by default?
root
kara
group
user
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

25.
What are the appropriate Hex codes for setting Linux swap and Linux native partition types in fdisk?
82 and 83
92 and 93
63 and 64
82 and 85
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.