lawlzor Posted September 15, 2007 Share Posted September 15, 2007 i tried to run a shell script to install the drivers for my alps touchpad, but the terminal tells me i need root access. so i used "su" to log in as root but my password doesnt work. is there some other password that exists for root access? Link to comment https://www.insanelymac.com/forum/topic/63324-root-access/ Share on other sites More sharing options...
thegodfaza Posted September 15, 2007 Share Posted September 15, 2007 my-computer:~ Me$ sudo bash WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information. To proceed, enter your password, or type Ctrl-C to abort. Password: my-computer:~ root# Link to comment https://www.insanelymac.com/forum/topic/63324-root-access/#findComment-448278 Share on other sites More sharing options...
Headrush69 Posted September 15, 2007 Share Posted September 15, 2007 try sudo su and use your account password. (assuming you are an admin) Link to comment https://www.insanelymac.com/forum/topic/63324-root-access/#findComment-448283 Share on other sites More sharing options...
lawlzor Posted September 15, 2007 Author Share Posted September 15, 2007 thanks. sudo bash worked wonders. sorry head that i dodnt get a chance to try yours too. perhaps another time. :] Link to comment https://www.insanelymac.com/forum/topic/63324-root-access/#findComment-448407 Share on other sites More sharing options...
Headrush69 Posted September 15, 2007 Share Posted September 15, 2007 thanks. sudo bash worked wonders. sorry head that i dodnt get a chance to try yours too. perhaps another time. :] They both do the same thing anyways. One changes the user credentials to root user in the current BASH shell, the other starts (nests) a new BASH session running as root in the current BASH session. Link to comment https://www.insanelymac.com/forum/topic/63324-root-access/#findComment-448410 Share on other sites More sharing options...
lawlzor Posted September 15, 2007 Author Share Posted September 15, 2007 i was only faking sorry anyway Link to comment https://www.insanelymac.com/forum/topic/63324-root-access/#findComment-448437 Share on other sites More sharing options...
Recommended Posts