Ben2009 Posted May 16, 2009 Share Posted May 16, 2009 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. Link to comment https://www.insanelymac.com/forum/topic/166700-logging-to-systemlibrary-in-leopard/ Share on other sites More sharing options...
MacUser2525 Posted May 16, 2009 Share Posted May 16, 2009 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". Link to comment https://www.insanelymac.com/forum/topic/166700-logging-to-systemlibrary-in-leopard/#findComment-1158279 Share on other sites More sharing options...
Recommended Posts