Linux - Study Mode
[#101] The print and printf statements can be told to send their output to other place except standard output, is called
Correct Answer
(A) redirection
[#102] Which file is used primarily for diagnosing memory fragmentation issues ?
Correct Answer
(A) /proc/buddyinfo
[#103] One process requires M resource to complete a job. What should be the minimum number of resources available for N processes so that at least one process can continue to execute without blocking/waiting?
Correct Answer
(D) M
[#104] Sysfs can be considered as the reflection of the
Correct Answer
(A) kernel's device model
[#105] The maximum time slice that can be given to a process in Linux (where tick is 10ms) is
Correct Answer
(D) 600ms