1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 00:15:06 +00:00
serenity/Base/usr/share/man/man1/su.md
fanzidanzhidi 06ebdf82f7 Base: Add su(1) manpage
Base: Add su(1) manpage

Base: Add su(1) manpage
2022-04-15 00:22:37 +02:00

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