2 FAQ tagged "hangup"
Viewing 1-2 of 2 FAQ -- How to: Run a shell script with nohup command
Q. I’d like to run a command or shell script immune to hangups, with output to a non-tty or file. How do I use nohup command to run script called ~/utils/backup upload?
A. nohup is a Unix command that is used to run another command while suppressing the action of the HUP (hangup) signal, enabling the [...] - Killing processes in UNIX
Q. Sometime I need to stop a command or task under UNIX. I also noticed that some process will ignore my keystroke-generated signals such as CTRL + C or CTRL+D, so my question is – How do I kill process in UNIX?
A. You need to use a command called kill. The kill utility sends [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )



Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments