Linux - Study Mode

[#281] Using which command you find resource limits to the session?
Correct Answer

(B) ulimit

[#282] Which niceness value among the following indicate most favorable scheduling?
Correct Answer

(D) -20

[#283] Which command removes a directory from directory stack?
Correct Answer

(B) popd

[#284] Which one of the following variables is used within GDB to hold on to a value and refer to it later?
Correct Answer

(A) convenience variables

[#285] To feed standard output of one command to standard input of another in a single shell session
Correct Answer

(C) The pipe operator provided by the shell can be used