Unix - Study Mode
[#1041] Which command will push the current foreground job to the background?
Correct Answer
(A) bg
[#1042] . . . . . . . . key is used for switching to command mode from input mode.
Correct Answer
(D) esc
[#1043] For interrupting a command, we can use . . . . . . . .
Correct Answer
(D) ctrl-c
[#1044] Which of the following macro returns true if the file type is a directory?
Correct Answer
(B) S_ISDIR
[#1045] We can display an alias definition by using an alias with the name.
Correct Answer
(A) True