goldenradium2001
Technical User
Just to learn what nohup can do, I executed the command:
# find -name grep a / '{}' \; -print > newfile &
nohup is supposed to keep executing this command in the background even though I log out. The thing is, I executed this command, logged out, then logged back in. The process was still running!! I thought the process wouldn't run without the nohup command.
Anyone have an explanation for this?
Thanks.
# find -name grep a / '{}' \; -print > newfile &
nohup is supposed to keep executing this command in the background even though I log out. The thing is, I executed this command, logged out, then logged back in. The process was still running!! I thought the process wouldn't run without the nohup command.
Anyone have an explanation for this?
Thanks.