View Single Post
  #6 (permalink)  
Old 05-13-2009, 10:51 PM
millerdc millerdc is offline
Active Member
 
Posts: 48
Default

funkahdafi,

Mac OS X client(not server) does not have a root account enabled by default. And doing a plain sudo before a command is not the same as running as root because you are still using the logged in users environment. To properly become root in Mac OS X without enabling the root account do...

sudo su -
Reply With Quote