Su: Difference between revisions
Jump to navigation
Jump to search
(initial page on superuser mode.) |
mNo edit summary |
||
Line 16: | Line 16: | ||
su - |
su - |
||
and entering your new password. |
and entering your new password. |
||
==See Also== |
|||
* [[Sudo]] The sudo command |
Revision as of 00:04, 30 January 2008
This page is about using the su command in the Terminal.
WARNING you can erase all the data on your OLPC by using the su command, so be careful.
On newer builds of the OLPC software, the superuser account is disabled by default.
To set the password for su
- Enter the terminal and type
sudo passwd
- You will be prompted to enter a new password for the superuser. Type one in, then press enter.
- Re-enter your password when prompted.
- If the two passwords were identical, you will see the message:
passwd: all authentication tokens updated successfully.
You should now be able to enter superuser mode by typing
su -
and entering your new password.
See Also
- Sudo The sudo command