1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 11:34:59 +00:00
serenity/Base/usr/share/man/man8/pls.md
kleines Filmröllchen afaea38be2 Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
2023-07-06 10:03:48 +01:00

527 B

Name

pls - Execute a command as root

Synopsis

$ pls [command]

Description

Executes a command as superuser (UID and GID 0). This command is only available for users in the wheel group.

It is possible to execute commands that contain hyphenated options via the use of --, which signifies the end of command options. For example:

$ pls -- ls -la

Examples

$ pls whoami
Password:
root
$
$ pls sh
Password:
# whoami
root
#

See also