Unix - Study Mode
[#486] Which of the following shell(s) allows the user to run jobs in the background even when the user has logged out (without using nohup command)?
Correct Answer
(D) C and bash
[#487] UNIX supports preemptive multitasking.
Correct Answer
(A) True
[#488] We can use find command for testing files with perl.
Correct Answer
(A) True
[#489] wc command cannot take multiple filenames as arguments.
Correct Answer
(B) False
[#490] Which of the following loop statements uses do and done keyword?
Correct Answer
(D) for and while