Linux - Study Mode
[#671] Which variable is used to display number of arguments specified in command line
Correct Answer
(B) $#
[#672] Bootstrapping is also known as
Correct Answer
(B) Cold boot
[#673] If make command is executed as "make -j 2", then
Correct Answer
(A) two jobs will run simultaneously
[#674] If a program executing in background attempts to read from STDIN
Correct Answer
(B) It's execution is suspended
[#675] Which commands will give you information about how much disk space each file in the current directory uses?
Correct Answer
(C) du