Linux - Study Mode
[#636] cmd > abc 2>&1 will
Correct Answer
(B) Write standard output and standard error to abc
[#637] Which command sets up shorthand for command or command line?
Correct Answer
(B) alias
[#638] If a signal is received by a process, when will it be processed?
Correct Answer
(B) It is processed when process is switching to kernel mode
[#639] Solaris real time class priority is
Correct Answer
(C) 100-159
[#640] A user executes the following command successfully: $ chmod +x file1.txt Which of the following is true of the output of this command?
Correct Answer
(D) The command results in adding execute permission for all users (i.e., user,group & others)