Linux - Study Mode

[#721] The -H option of gcc
Correct Answer

(A) prints the name of each header file used

[#722] Which of the following is not a valid run-level
Correct Answer

(C) 8

[#723] When the return value of any function is not specified within the function, what function returns?
Correct Answer

(B) exit status of the last command executed

[#724] The file /proc/execdomains lists the
Correct Answer

(A) execution domains currently supported by the linux kernel

[#725] Code snippet (file1 size is 2024) f1 = fopen (file1, RDWR, RWX)
lseek(f1,1024,SEEK_SET)
write(f1,buf,10)
What is offset now.
Correct Answer

(B) 1034