nohup will start the command for you and log any output in a file. As the nameQuote:> set the tty wher eto run this process but it is still bound to my login, if
> I log out the process dies because his parent-process (my shell) is killed.
> How is it possible to tell a running process to persist alhough his Parent
> is killed? I am sure it works, everything I wanted to do was possible in
> UNIX/Linux I just don't know how to do this.
cu
Philipp
--
Dr. Philipp Pagel
Department of Cellular and Molecular Physiology phone: (203) 785-6835
Yale University fax: (203) 785-4951
New Haven, CT 06520, USA
> nohup will start the command for you and log any output in a file. As the name
> suggests it will not terminate on hangup (i.e. logout).
> cu
> Philipp
1 - Log in using your account.
2 - Type 'screen'. That will start a new screen session. A screen
session looks exactly like any other shell session.
3 - Do whathever you do to start the process you need to run.
4 - Type CTRL-A D to 'detach' the screen session.
5 - Log out and go home, your process is still running.
6 - When you return you just log in using your account (not necesarily
on the same terminal)
7 - Type 'screen -r'. That will attach your screen session to the
terminal you are on. Now you have access to the results of the process.
1. put a running console application into background
hello
is there any way to turn a normal console application into a background
application, just like it has been started with "./application&" ?
thanks for your help!!!
2. "Error: Can't open display: 0.0" message when I try to run Netscape
3. How can a process put another process to sleep?
4. redirecting console Output to /dev/null
5. Can I run xdm without have a console running?
6. Realaudio through firewall...
7. How does Linux handle no processes in the run queue (Sentinel process?)
8. how can I boot from "live CDROM"?
9. How to list all running processes ; How to reparent a process?
10. Start a process from a remote host disconnect and leave the process running
11. How to list all running processes ; How to reparent a process?
12. how to kill a child process that runs other children processes
13. Debugger, run time checking, attaching to a running process