Q. Which of the following is not true regarding the command $ nohup cat *.let | nohup sort >f1 & (Solved)
1. the process would die if the user logs out before the command’s execution is over
2. if the user logs out the output of sort would be dtored in a file nohup.out
3. it is optional to give nohup before sort
4. this background process is also known as a deamon process
- a. the process would die if the user logs out before the command’s execution is over