Forum Moderators: phranque

Message Too Old, No Replies

Telnet Question

??HOW DO I....??

         

KG2RG

6:40 am on Feb 27, 2002 (gmt 0)

10+ Year Member



I can have logged on to my server via telnet, but not sure how to get into a directory? Lets sat I wanted to get into a directory named /zone, and the full path to zone was /site/site85/web/zone how do I get into zone using telnt? I need to get into zone to execute a command on a script that is in the zone directory.

KG2RG

6:43 am on Feb 27, 2002 (gmt 0)

10+ Year Member



Correction:

I have logged on to my server via telnet, but not sure how to get into a directory? Lets say I wanted to get into a directory named /zone, and the full path to zone was /site/site85/web/zone how do I get into zone using telnt? I need to get into zone to execute a command on a script that is in the zone directory.

digitalghost

6:54 am on Feb 27, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



cd /site/site85/web/zone

CD changes directories in the same way as the DOS command.

DG

KG2RG

7:46 am on Feb 27, 2002 (gmt 0)

10+ Year Member



THANK YOU!!! I did it