Name
vxuserdel -- delete a user account
Syntax
vxuserdel [-Fr] [--after
command] [--before command] [--vxdb
database] login
Description
vxuserdel deletes the specified user. The configuration
file for vxuserdel is /etc/vitalnix/userdel.conf
.
Options
--after command |
Runs the specified command after the user was
successfully added. If --after is given, but with
a zero-length command string, the default command in the
configuration file is not run. |
--before
command |
Runs the specified command before the user is
added. It is run always, even if adding fails. If
--before is given, but with a zero-length command
string, the default command in the configuration file is not
run. |
--vxdb database |
Uses the specified database rather than the default one listed in the VXDB configuration file. |
-F |
Force deletion even if UID is zero or the username is root. |
-r |
Removes the user's home directory including
files located therein and its mail spool (assuming
/var/mail/user ). |