Women in Technology

Hear us Roar



Article:
  Learning the Mac OS X Terminal, Part 2
Subject:   Accessing ~root
Date:   2002-09-18 21:16:51
From:   anonymous2
I cannot get to the ~root


When I type cd ~root it says I don't have permission.


I have administrator privileges. I am using OSX 10.2

Full Threads Oldest First

Showing messages 1 through 3 of 3.

  • Accessing ~root
    2003-05-20 16:41:14  anonymous2 [View]

    i'm having the same problem, any solutions??
    • Accessing ~root
      2003-05-20 16:58:14  anonymous2 [View]

      Got it, all you have to do is type SU in the Terminal hit [enter] and then state your password.
      • Chris Stone photo Accessing ~root
        2003-05-20 17:03:11  Chris Stone | O'Reilly AuthorO'Reilly Blogger [View]

        Yes, that'll fix it. But from this error, it sounds like you're running 10.2, which has different permissions set for ~root than 10.1 (which this article was written for).

        If you are using 10.2 or newer, you should not be following this tutorial, but these instead:

        http://www.macdevcenter.com/pub/a/mac/2002/12/06/terminal_osx.html
        http://www.macdevcenter.com/pub/a/mac/2003/01/24/terminal_osx.html
        http://www.macdevcenter.com/pub/a/mac/2003/03/21/terminal_osx.html

        Hope that helps...

        --Chris