Jump to content
2 posts in this topic

Recommended Posts

Hi all:

I am logged on the terminal of Leopard as root (sh-3.2#). However, when I use "ls" I can't see the root directory, so I can't enter to "/System/Library/". How can I enter that directory from the terminal window?

Thanks.

 

	 cd /

 

Then

 

	 ls

 

For the first or just.

 

	 ls /

 

To list the / directory by default when you open Terminal you are in your Home directory so the ls command will list the contents of it. For the last part.

 

 cd /System/Library/

 

To change directory to the /System/Library/. You may want to use Google or similar search engine for searching on the phrase without the quotes "using unix command line".

×
×
  • Create New...