On Saturday 02 June 2007 15:22:01 Cristea Bogdan wrote: > Is there a way to visualise all running processes? > In my case, I launch an application with nohup command in a terminal > window, but if the terminal is closed and then reopened again I cannot see > the process previously launched with nohup. >
That seems to be two questions. 1. Can you visualise all running processes? Yes, ksysguard or top will surely show what you want... 2. Can you reattach to the output from a process started from a terminal that is then closed? Yes, (sort of) if you redirect the stderr and stdout to a file, you can use tail -f to see a live output from a process you've closed the originating terminal of. Jon -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
