mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
431 B
431 B
Name
su - switch to another user
Synopsis
$ su <user>
Description
su: Switch to another user.
When called with no user-specified, su defaults to switch to the root user. Need to enter the password if the user switch to has one.
Arguments
user: User to switch to (defaults to the user with UID 0)
Examples
Switch to root user
$ su
Switch to another user
$ su nona