![]() |
|
|
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 |
| Doubt | salil2012 | UNIX for Dummies Questions & Answers | 1 | 03-05-2009 11:33 AM |
| One doubt | namishtiwari | Shell Programming and Scripting | 2 | 06-30-2008 03:23 AM |
| doubt in awk | jisha | Shell Programming and Scripting | 4 | 04-16-2008 05:02 AM |
| doubt in AWK | abnirmal | Shell Programming and Scripting | 4 | 05-08-2007 06:27 PM |
| doubt in sed | matrixmadhan | UNIX for Dummies Questions & Answers | 3 | 08-03-2005 12:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ssh doubt..
Hi, I want to remove some package in a remote server, I am executing as the below script Code:
ssh -q REMOTE_SERVER "pkgrm PKGNAME" but it is asking can you confirm for the removal of pkg? so is this respose will go to REMOTE_SERVER and remove the package? Thanks Bala Use CODE-tags when displaying code, data or logs to enhance readability and to preserve formatting like indention etc., ty. Last edited by zaxxon; 07-21-2009 at 05:53 AM.. Reason: code tags |
|
||||
|
Quote:
go to the remote machine and type "which yes" if you get nothing back you do not have the command "yes" Im guessing the remote box is a Sun server as your using pkgrm, and I think "yes" is in /bin/ |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|