Linux - Study Mode
[#446] The core data structure of device driver model is
Correct Answer
(A) kobject
[#447] Which filesystem can be used to change certain kernel parameters at runtime using sysctl command?
Correct Answer
(D) Procfs
[#448] Which one of the following is not true about proc filesystem?
Correct Answer
(D) none of the mentioned
[#449] Which GDB command prints the value of a variable in hex.
Correct Answer
(A) print/x
[#450] The file /proc/[PID]/cmdline holds the complete command line for the process, unless the process is a
Correct Answer
(B) zombie process