Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Run the bash shell in su mode' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Run the bash shell in su mode
Authored by: etrepum on May 12, '04 12:47:15PM
Without an enabled root account you can't use su. Duh. You should use sudo -s, which starts up a root shell with whatever shell you're currently using.

[ Reply to This | # ]