MCQOPTIONS
Saved Bookmarks
| 1. |
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» B. if the user logs out the output of sort would be dtored in a file nohup.out | |