The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 03-17-2008
melanie_pfefer melanie_pfefer is offline
Registered User
  
 

Join Date: Nov 2006
Posts: 234
ssh and unix commands

hello,

when using ssh,

ssh user@<host> do_collect_info.sh

I have this error:

do_collect_info.sh: ifconfig: not found

the error does not appear when I run the sh script locally (no ssh) on the host and with the same user.

any idea why?
thanks.