table of contents
| RUN0-SU(1) | User Commands | RUN0-SU(1) |
NAME¶
run0-su - run a command with substitute user and group ID via run0
SYNOPSIS¶
run0-su [options...] [-] [user [argument...]]
DESCRIPTION¶
run0-su is a wrapper around run0(1). It tries to emulate the su(1) behavior as good as possible.
OPTIONS¶
-c, --command command
Pass command to the shell with the -c
option.
-f, --fast
Pass -f to the shell.
-g, --group group
Run with group as primary group.
-l, --login, -
Start the shell as a login shell.
-P, --pty
Create a pseudo-terminal for the session.
-s, --shell shell
Run the specified shell instead of the
default.
-w, --whitelist-environment list
Don't reset specified environment variables.
-h, --help
Display help text and exit.
-V, --version
Display version and exit.
SEE ALSO¶
| 01/09/2026 | run0-wrappers 0.4.0 |