![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Execute "find . -exec grep" in desending Order | gav_dhiman | UNIX for Dummies Questions & Answers | 6 | 02-06-2009 05:29 PM |
| Execute "telinit q" while programs are running ? | vilius | AIX | 1 | 11-28-2008 05:38 AM |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-20-2007 01:52 AM |
| "nohup" and "&" commands | xadamz23 | UNIX for Dummies Questions & Answers | 1 | 08-12-2003 04:31 PM |
| Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour | sameerdes | UNIX for Advanced & Expert Users | 1 | 08-28-2002 08:41 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
using mutiple "nohup" to execute multiple commands.
I need to run multiple commands on remote server using the nohup...
I have tried 2 options 1) rsh <SERVER_NAME> -n "nohup perl $SCRIPTS_DIR/abc.pl ; $SCRIPTS_DIR/xyz.ksh & " & 2) rsh <SERVER_NAME> -n "nohup perl $SCRIPTS_DIR/abc.pl & nohup $SCRIPTS_DIR/xyz.ksh & " & I need to know if the 1st command places both the scripts in "nohup", or do I have to use the second command to have both the scripts running without hangup? Which is more optimised and effective, if both are solving my purpose? |
![]() |
| Bookmarks |
| Tags |
| code, multiple nohup, nohup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|