![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Current Process Running. | coolbhai | UNIX for Dummies Questions & Answers | 4 | 01-17-2008 12:46 PM |
| current running process in shell | moco | Shell Programming and Scripting | 1 | 04-11-2007 11:15 PM |
| Make sed ignore lines | Scarlos | Shell Programming and Scripting | 2 | 07-21-2005 10:33 AM |
| to find current running process | ranjkuma692 | High Level Programming | 2 | 03-07-2005 06:15 PM |
| signal in process communication | a9711 | High Level Programming | 2 | 06-22-2002 08:16 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to make a current running process ignore SIGHUP signal?
I ask this question since sometimes i run a time-consuming ftp in foreground and forget to use nohup ftp.sh & to put this work background and can still running after i log off.
Assume this ftp task have run 1 hour, and still 1 hour time to end, i don't want to abort the ftp, first, i use ctrl+Z and bg %% to put this process background, but how can i make this task still running after i log off just like nohup do? |
|
||||
|
Use the -p option for nohup. See the man page for nohup(1)
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|