![]() |
|
|
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 |
| avoid semphore lock | Frank2004 | HP-UX | 1 | 03-10-2009 11:51 PM |
| Avoid Duplicates in a file | pssandeep | UNIX for Dummies Questions & Answers | 7 | 03-26-2008 06:36 AM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 06:24 AM |
| AWK: How to avoid System | sandeep_hi | Shell Programming and Scripting | 0 | 06-23-2006 07:01 AM |
| Avoid spam in pine? | a25khan | UNIX for Dummies Questions & Answers | 1 | 12-13-2003 10:50 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
how to pass argument remotely
If I run the following command remotely after ssh than it works fine
su - oracle -c "/oracle/product/102/db/bin/dbshut" But If I run the following command it doesn't work su - oracle -c "/oracle/product/102/db/bin/lsnrctl stop" Because I think there is a space is present between lsnrctl and stop..So how to avoid that space But if we run lsnrctl stop in that sever it works fine..Here lsnrctl is a script available and stop is the argument we are passing Please suggest Last edited by madhusmita; 06-24-2008 at 04:28 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|