Thread
:
simple unix (freebsd) question..
View Single Post
03-07-2006, 07:47 PM
pstation
Confirmed User
Join Date: Jul 2003
Location: chicago
Posts: 1,135
nohup <command_goes_here> &
works too
nohup basicly causes the script to ingore all hangup signals, screen works awesome too as well but it's generally overkill for non-interactive scripts.
pstation
View Public Profile
Find More Posts by pstation