» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 20/20
20.What file in the /proc file system will show you the parameters passed to your kernel at boot time?

/proc/apm
/proc/stat
/proc/kmsg
/proc/sys/kernel/sysrq
/proc/cmdline

Explanation: The /proc/cmdline file contains parameters passed to the kernel at system boot time.

Reference: http://www.dobit.com/emblin/embhowto.htm

Incorrect Answers
A: The kernel parameters are in the /proc/cmdline file, not the /proc/apm file.
B: The kernel parameters are in the /proc/cmdline file, not the /proc/stat file.
C: The kernel parameters are in the /proc/cmdline file, not the /proc/kmesg file.
D: The kernel parameters are in the /proc/cmdline file, not the /proc/sys/kernel/sysrq file.

« Question 19