Posts Tagged ‘background’

Unix > run command in the background

Monday, March 30th, 2009

nohup is a Unix command that is used to run another command while suppressing the action of the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. It is most often used to run commands in the
[...more...]