Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I want help in runing Shell script

Status
Not open for further replies.

gys67

Programmer
Nov 4, 2003
19
US
Hi :
I am a new unix user. I am using ftp to connect to unix server.
Now I need to run a shell scrip How do i do that?
Please help.
Thanks
 
OK Thank you for your reply. But let us say, I have username/password access to th unix machine and I want to run a shell script,(Which is already written) , How do I run that?
Please advise.
 
The machine you're coming from should have a utility called telnet. Assuming you're on a windows box, start up a DOS prompt / command prompt, then type telnet <servername>. You'll be connected to the unix server and prompted for a username / password.
 
You may also consider to use remote shell, something like
Code:
 rsh
,
Code:
 remsh
or
Code:
 rcmd
, depending of your OS.

Hope This Help
PH.
 
gys67, thanks for sharing: please explain your context and your solution.
 
In fact I did not know about existance of telnet utility. I tried Telnet and logged in. Once I logged iN I typed Shell script name with exten. .sh and it started executing. Previously I was trying through ftp connectivity.
Thanks for you help. All.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top