2 FAQ tagged "hup"
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 [...] - Linux / UNIX killing a process and restarting the same
Q. How do I kill a process called inetd or foo and restart the same so that configuration file get updated?
A. Both UNIX and Linux supports POSIX reliable signals and POSIX real-time signals. Each signal has a current disposition, which determines how the process behaves when it is delivered the signal.
Generally following command is used
kill [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 17 Comments
Today ~ 5 Comments
Today ~ 11 Comments
Yesterday ~ 24 Comments
Yesterday ~ 6 Comments