Power-users will often need shell access for root on their Mac OS X machines for administrative tasks, scripting, etc. This can be obtained in two ways (using Terminal): using the sudo command: sudo command or opening a full root shell: sudo su Both methods will require that you type your user’s password; the difference is [...]