Linux - Study Mode

[#341] What is job number?
Correct Answer

(B) a unique number, assigned to each job in shell

[#342] When a device is removed from the system
Correct Answer

(A) files and directories of that device in the sysfs are removed automatically

[#343] The following commands gives the output like this #cat file1 file2
#cat: file1: No such file or directory If we execute the command “cat file1 file2 1>2 2>&1” the output would be
Correct Answer

(B) No output is displayed

[#344] Which among the following interacts directly with system hardware?
Correct Answer

(C) Kernel

[#345] Which one of the following is not a platform specific code?
Correct Answer

(D) none of the mentioned