If I start a process with nohup:
nohup WHATEVER &
then how can I see it again? I mean how to attach my terminal to it again under Linux, e.g.: Ubuntu 11.04 - just like with the screen package.
|
|
|
What do you want to do with it? As other poster has said, screen is better, you can attach/reattach.
|
|||||||
|
|
You should have used screen in the first place as it is a lot more flexible than nohup. Basically you can either use |
|||
|
|