Linux - Study Mode

[#746] On x86-32 Linux, at which address the code segment of the program starts?
Correct Answer

(B) 0x08048000

[#747] Which one can be a real time schedule policy?
Correct Answer

(A) SCHED_FIFO

[#748] Most files and directories within /proc are 0 bytes in size because
Correct Answer

(A) proc filesystem exists only as a reflection of the in-memory kernel data structure

[#749] The command 'disown -r'
Correct Answer

(B) removes all running jobs

[#750] Which one of the following provides all dependencies in the makefile?
Correct Answer

(A) $^