Search Results

Search: Posts Made By: jangozo
5,645
Posted By jangozo
Ok now it's working. We went off on the...
Ok now it's working.

We went off on the wrong track after the . .profile post. It was a link to another location. Somehow ssh doesn't like to load link files. To fix it I just used
....
5,645
Posted By jangozo
It doesn't fix it. But I found the reason why. ...
It doesn't fix it. But I found the reason why.

ssh user@host echo $PATH
does not have the oracle or unzip paths, but
user@host:> echo $PATH
does.

Now all I have to do is make sure the $PATH...
5,645
Posted By jangozo
There is a bunch of things exported upon normal...
There is a bunch of things exported upon normal login (not just to run a command). Would it be fixed by adding
. .profile
before the command which runs the script?
5,645
Posted By jangozo
Executing remote application using ssh without full reference to its location
Hello again :) ,

My script has an ssh command to run a script on a remote machine. The script has commands such as sqlplus and unzip. However, the return I get in my own terminal says it can't...
14,654
Posted By jangozo
Thank you. This worked.
Thank you. This worked.
14,654
Posted By jangozo
it does make it read local variables in the ssh...
it does make it read local variables in the ssh command, but I still need it to use other remote variables during the session.
14,654
Posted By jangozo
Using local variable on a remote machine
Hi,

I'm writing a korn shell script where the user enters a variable and I have to create a directory remotely which contains the name of that variable.

Example.

print 'Please enter...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 10:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy