Thread
:
how to do nohup on an sh file
View Single Post
#
2
(
permalink
)
01-30-2006, 04:57 PM
tom
Contributors
User
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power:
4
You can nohup sh or any shell script as follows:
nohup script-name arg1 arg2 &
In your case try it as follows:
Code:
nohup update-web.sh 192.168.5.200 192.168.5.220 &
tom
View Public Profile
Find all posts by tom