Forum Moderators: phranque
Having logged onto my site (just about, since my software isn't very happy with the connection, but has grudingly allowed me a provisional call), I'm presented with;
server1:/usr/home/mysiteid$
I want to get onto a path that begins
www/htdocs/mydomain/....
but everytime I attempt to go there, I get
"bash: www/htdocs/mydomain/.... no such file or directory exists"
I read somewhere on the forum that you need to use cd/...but this didn't cut it I'm afraid.
I'm trying with both PuTTY and SecureCRT.
Would really appreciate some help here. I'm just looking for a simple way in to do a couple of lines work in connection with installing a new script. I don't expect to be using telnet in a heavy way for a while yet, so I don't want to get involved in learning bigtime stuff, I just need the plain-english-for-newbies version here guys!
Everything is done by command line entry, including navigation. You can change directories using the 'cd' command (without the slash).
If you do a Google search for 'unix commands', you will find a lot of helpful pages that will guide you through the basics.
cd /home/user/yoursite-www/htdocs
[there is a space between cd and /]
I use Putty daily and I keep all long directory path commands in a text file and then copy and paste to the prompt using the right mouse button to paste. Then you simply hit the enter key and you will change to that path ;)