Sunday, March 8, 2015

How to Enable the Root User Account in Mac OS X



The root user is a special user account with high level system-wide access privileges intended for system administration, monitoring, and in depth troubleshooting purposes. By default, root user is disabled in Mac OS X for security purposes, but if you need to enable superuser, this guide will show you how to do so in OS X Yosemite (10.10.X) OS X Lion (10.7), OS X Mountain Lion (10.8+), and OS X Mavericks (10.9+).

If you do not have a specific need to enable root, you should leave it disabled. This is for advanced users only.


Enable Root User in OS X


This process also sets a password for the root account.
  • From the Mac OS X Desktop, hit Command+Shift+G to bring up Go To Folder and enter the following path:

/System/Library/CoreServices/


  • Inside CoreServices folder, locate and launch “Directory Utility”
  • Unlock “Directory Utility” by clicking the padlock icon and entering the administrator password
  • Pull down the “Edit” menu and select “Enable Root User”
  • Enter and confirm a password to set the root users password and to enable the account
Be sure to set a strong password for the root account. If you’re bad at picking passwords or you just want the security advantages of randomness,generate one randomly from the command line.

 


With root now enabled, the account can be used freely. It will not appear in the Users & Groups preference pane.

The root account can access, read, and write to all files on a system, even if they belong to someone else. Additionally, root can also remove or replace system files. This is why it’s a potential security risk to leave the account enabled aimlessly, or to use a weak password with the account.

The Directory Utility control panel can also be used to change a set root password through the Edit menu, or that can be done through the command line using sudo passwd, similar to changing the root password in iOS devices.

No comments:

Post a Comment