The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    root account?

    Discussion in 'Apple and Mac OS X' started by Jamste, Feb 11, 2009.

  1. Jamste

    Jamste Notebook Geek

    Reputations:
    0
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    Is it worth getting the root account enabled (administrator) or is the standard user account which you create yourself quite powerful as it is?

    I'm just tryig to get as much info on OSX as possible because I'm going to be switching over from Windows to mac in the next week or so.
     
  2. Budding

    Budding Notebook Virtuoso

    Reputations:
    1,686
    Messages:
    3,982
    Likes Received:
    0
    Trophy Points:
    105
    Up to you. What do you want to do with OS X? OS X will always request you to authenticate when you're about to make changes to system sensitive files regardless of what account you're using, so you shouldn't need to worry too much about accidentally deleting system vital files.

    I personally use an administrator account, since I'm the only one using the machine and I don't want to be restricted in any way.
     
  3. Jamste

    Jamste Notebook Geek

    Reputations:
    0
    Messages:
    77
    Likes Received:
    0
    Trophy Points:
    15
    Is it difficult to enable the root (admin) account for primary account. Are there any negatives to doing this?
     
  4. Budding

    Budding Notebook Virtuoso

    Reputations:
    1,686
    Messages:
    3,982
    Likes Received:
    0
    Trophy Points:
    105
    OS X will set up your first user account as admin (or root as you state) by default. The negative to using an admin account as your main would be that other people might sabotage your system if you don't password protect/log off, and that you might still damage the system despite the authentication (if you authenticate by mistake for example).
     
  5. wahgnube

    wahgnube Notebook Enthusiast

    Reputations:
    19
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    5
    Like Budding said, the first user by default has admin privileges. So it is not difficult to set up.

    The thing is, even when logged-in as admin, Mac OS X will ask you for your password before doing anything that requires root'y privileges---like writing to system folders. Similarly, the shell requires you to 'sudo some-root-only-command' to run potentially-dangerous commands as root. It won't work automagically just because you're logged in as an admin user.

    In conclusion, I would say it's pretty safe to work logged in as admin.