Su -l: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Add workaround until su -l bug fixed.) |
||
Line 7: | Line 7: | ||
'''Please Note:''' The final character in the '''su -l''' command is a '''Lower Case L''', not the '''Numeral One'''. It gives you a login shell, which affects the commands that are available. You can leave the "l" part off, as is traditional, like so: '''su -''' |
'''Please Note:''' The final character in the '''su -l''' command is a '''Lower Case L''', not the '''Numeral One'''. It gives you a login shell, which affects the commands that are available. You can leave the "l" part off, as is traditional, like so: '''su -''' |
||
Various instructions will direct you to type '''su -l''' or '''su'''. On some laptops, the next prompt will be "Password:". If this happens, and you do not have a root password, type '''sudo sh''' instead. |
Revision as of 15:11, 6 March 2008
This page is part of the XO Support FAQ. Support Index | Print This Page
<imagemap>
Image:Support-banner-square.png|173px|community support pages rect 0 0 135 204 [1] rect 135 0 345 204 Support FAQ rect 0 205 135 408 [2]
- Comment : there's some whitespace here:
rect 135 205 345 408 Other support
- maybe desc none is better. testing.
desc none
</imagemap>
su -l is a Linux command accessed using the Terminal Activity that enables Super-User power to modify the system as the root user.
Overview
Please Note: The final character in the su -l command is a Lower Case L, not the Numeral One. It gives you a login shell, which affects the commands that are available. You can leave the "l" part off, as is traditional, like so: su -
Various instructions will direct you to type su -l or su. On some laptops, the next prompt will be "Password:". If this happens, and you do not have a root password, type sudo sh instead.