I have no idea if this is common knowledge but here goes.
Getting root access on a Terminal inside a MacBook Pro OSX 10.7.5 or lower.
(I have NOT this tested on OSX 10.8.x, MAYBE someone could test...)
you WILL need your ADMIN USER password, a root password in not required.
It will look as though nothing is happening when typing your user password
but carry on ending with a <CR>. <CR> = RETURN/ENTER key.
Inside the Terminal code I have added <CR> to denote the RETURN/NETER key...
Bazza, G0LCU...
Getting root access on a Terminal inside a MacBook Pro OSX 10.7.5 or lower.
(I have NOT this tested on OSX 10.8.x, MAYBE someone could test...)
you WILL need your ADMIN USER password, a root password in not required.
It will look as though nothing is happening when typing your user password
but carry on ending with a <CR>. <CR> = RETURN/ENTER key.
Inside the Terminal code I have added <CR> to denote the RETURN/NETER key...
Code:
Last login: Thu Nov 1 19:52:20 on console
Barrys-MacBook-Pro:~ barrywalker$ whoami<CR>
barrywalker
Barrys-MacBook-Pro:~ barrywalker$ sudo -s<CR>
Password:_hidden_user_password_<CR>
bash-3.2# whoami<CR>
root
bash-3.2# cd /<CR>
bash-3.2# ls<CR>
.DocumentRevisions-V100 Network home
.Spotlight-V100 System mach_kernel
.Trashes User Information net
.file Users private
.fseventsd Volumes sbin
.hotfiles.btree bin tmp
.vol cores usr
Applications dev var
Library etc
bash-3.2# whoami<CR>
root
bash-3.2# exit<CR>
exit
Barrys-MacBook-Pro:~ barrywalker$ whoami<CR>
barrywalker
Barrys-MacBook-Pro:~ barrywalker$ exit<CR>
logout
[Process completed]
Bazza, G0LCU...