Execute Commands After You Exit From a Shell Prompt
If you need to execute a program or a bash script that should continue also when you exit from the shell prompt, then you just need to use the nohup command to avoid programs quitting when the shell\terminal prompt is closed.
nohup /path/to/command arg1 arg2 & |
Use jobs
command to list all jobs:
jobs -l |
More Related Posts
- [2016/06/01] Extract and Count Unique IP Addresses ...
- [2016/06/21] Bash: lsb_release: command not found
- [2016/05/25] Debconf-get-selections: Command not fo...
- [2016/05/26] Cannot Access Attachments Upload Path ...
- [2016/05/24] Free Windows Templates For Kimsufi
- [2016/07/02] Run a Bash Script in Background with N...
- [2016/06/15] Bash: make: command not found
- [2016/06/15] Install ImageMagick from Source on Deb...