Top "Nohup" questions

nohup is a POSIX command to ignore the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out.

How do I run nohup as a different user without spawning two processes?

I'm trying to nohup a command and run it as a different user, but every time I do this two …

bash process nohup
Unable to start service with nohup due to 'INFO spawnerr: unknown error making dispatchers for 'app_name': EACCES'

I'm trying to start a service with supervisor, but I get an error saying INFO spawnerr: unknown error making dispatchers …

python amazon-web-services supervisord nohup
Redirect nohup's stderr to nohup.out

How do I run a command with nohup so that both the stdout and stderr are saved to nohup.out? …

bash shell stdout stderr nohup
PHP on a windows machine; Start process in background

I'm looking for the best, or any way really to start a process from php in the background so I …

php windows background kill nohup
Unix Background process STOPPED abnormally

I executed a perl script in background using the following command nohup perl myPerlSCript.pl >debug_log & After …

unix process background nohup
Starting/stopping a background Python process wtihout nohup + ps aux grep + kill

I usually use: nohup python -u myscript.py &> ./mylog.log & # or should I use nohup 2>&1 ? …

python linux bash nohup
Get the PID of a process started with nohup via ssh

I want to start a process using nohup on a remote machine via ssh. The problem is how to get …

bash ssh pid nohup
Nohup does not work in OSX

Bash: $nohup sleep 10 & but when I close the terminal: Any ideas? ideally I want to run Mongodb in the …

macos bash nohup
Python - nohup.out don't show print statement

Im new to python and web development, I have a basic issue I believe. I'm running my server with pyramid, …

python nohup
How do I keep a Perl script running on Unix after I log off?

I have a script that takes a lot of time to complete. Instead of waiting for it to finish, I'd …

scheduling nohup keep-alive at-job