I am trying to use GoDaddy’s java client for SSH. I am having issues getting around in SSH. I need to know how to:
1. How do I find out what directory I am currently in?
2. How do I find what other directories are on the server?
3. How do I change the permissions on a folder once I am in the folder?
Thanks for your help.
S
Next: How Do I Change The Domain Name Substitute A New Name For The Old One?
Previous: How To Make Domain Name Go To Wordpress Folder?
"Using Ssh, How Do I Find Out What Directory Am I In? What Command Do I Use?" was posted on Friday, October 9th, 2009 at 3:26 pm.
One Response to “Using Ssh, How Do I Find Out What Directory Am I In? What Command Do I Use?”
Leave a Reply
‘ls’ is the standard directory listing command in most Unix derivatives. ‘chmod’ is the command to change permissions. Try ‘man chmod’ and see if the client will give you some help on how to use it.