Linux - Study Mode

[#586] The file /proc/cpuinfo is a collection of
Correct Answer

(A) cpu items

[#587] Which command is used to mount file system read only.
Correct Answer

(D) mount –r

[#588] If a file with execute permissions set, but with unknown file format is executed
Correct Answer

(C) The current shell will try to execute it

[#589] If we use a driver for various device files, then
Correct Answer

(A) minor number will be different for every device file

[#590] A user creates a link to a file file1 using the following command "ln file1 file2". Which of the following is not true?
Correct Answer

(B) The number of links for file1 is displayed as 1