Thursday, September 22, 2011

Using SSH, how do I find out what directory am I in? What command do I use?

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.



SUsing SSH, how do I find out what directory am I in? What command do I use?
'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.

No comments:

Post a Comment