Q.

Which of the following is not true regarding the command $ nohup cat *.let | nohup sort >f1 &

A. the process would die if the user logs out before the command’s execution is over
B. if the user logs out the output of sort would be dtored in a file nohup.out
C. it is optional to give nohup before sort
D. this background process is also known as a deamon process
Answer» A. the process would die if the user logs out before the command’s execution is over
4.1k
0
Do you find this helpful?
14

View all MCQs in

Unix Operating System

Discussion

No comments yet