|
NAMErunuser - run a command with substitute user and group IDSYNOPSISrunuser [options] -u user command [argument...]runuser [options] [-] [ user [argument...] ] DESCRIPTIONrunuser allows to run commands with substitute user and group ID. If the option -u not given, fallback to su compatible semantic and shell is executed. The difference between the commands runuser and su is that runuser does not ask for password (because it may be executed by root user only) and it uses a different PAM configuration. The command runuser does not have to be installed with suid permissions.When called without arguments runuser defaults to running an interactive shell as root. For backward compatibility runuser defaults to not change the current directory and to only set the environment variables HOME and SHELL (plus USER and LOGNAME if the target user is not root). This version of runuser uses PAM for session management. OPTIONS
CONFIG FILESrunuser reads the /etc/default/runuser and /etc/login.defs configuration files. The following configuration items are relevant for runuser:ENV_PATH (string) Defines the PATH environment variable for a regular user.
The default value is /usr/local/bin:/bin:/usr/bin.
ENV_ROOTPATH (string)
Defines the PATH environment variable for root. The
default value is
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin.
ALWAYS_SET_PATH (boolean) If set to yes and --login and
--preserve-environment were not specified runuser initializes
PATH.
EXIT STATUSrunuser normally returns the exit status of the command it executed. If the command was killed by a signal, runuser returns the number of the signal plus 128.Exit status generated by runuser itself:
FILES
SEE ALSOpam(8), shells(5), login.defs(5), su(1)AUTHORDerived from coreutils' su which was based on an implemenation from David MacKenzie and Fedora runuser command from Dan Walsh.AVAILABILITYThe runuser command is part of the util-linux package and is available from Linux Kernel Archive.
Visit the GSP FreeBSD Man Page Interface. |