Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

userdel(8) [netbsd man page]

USERDEL(8)						    BSD System Manager's Manual 						USERDEL(8)

NAME
userdel -- remove a user from the system SYNOPSIS
userdel -D [-p preserve-value] userdel [-rSv] [-p preserve-value] user DESCRIPTION
The userdel utility removes a user from the system, optionally removing that user's home directory and any subdirectories. Default values are taken from the information provided in the /etc/usermgmt.conf file, which, if running as root, is created using the built- in defaults if it does not exist. The first form of the command shown above (using the -D option) sets and displays the defaults for the userdel utility. See user(8) for more information about EXTENSIONS. -D Without any further options, -D will show the current defaults which will be used by the userdel utility. Together with one of the options shown for the first version of the command, -D will set the default to be the new value. This option is included if built with EXTENSIONS. -p preserve-value Set the preservation value. If this value is one of 'true', 'yes', or a non-zero number, then the user login information will be preserved. This option is included if built with EXTENSIONS. In the second form of the command, after setting any defaults, and then reading values from /etc/usermgmt.conf, the following command line options are processed: -p preserve-value Preserve the user information in the password file, but do not allow the user to login, by switching the password to an ``impossible'' one, and by setting the user's shell to the nologin(8) program. This option can be helpful in preserving a user's files for later use by members of that person's group after the user has moved on. This value can also be set in the /etc/usermgmt.conf file, using the 'preserve' field. If the field has any of the values 'true', 'yes', or a non-zero number, then user information preservation will take place. This option is included if built with EXTENSIONS. -r Remove the user's home directory, any subdirectories, and any files and other entries in them. -S Allow a samba user name (with a trailing dollar sign) to be deleted. This option is included if built with EXTENSIONS. -v Perform any actions in a verbose manner. This option is included if built with EXTENSIONS. Once the information has been verified, userdel uses pwd_mkdb(8) to update the user database. This is run in the background, and, at very large sites could take several minutes. Until this update is completed, the password file is unavailable for other updates and the new information is not available to programs. EXIT STATUS
The userdel utility exits 0 on success, and >0 if an error occurs. FILES
/etc/usermgmt.conf SEE ALSO
passwd(5), usermgmt.conf(5), group(8), nologin(8), pwd_mkdb(8), user(8), useradd(8) HISTORY
The userdel utility first appeared in NetBSD 1.5. It is based on the addnerd package by the same author. AUTHORS
The userdel utility was written by Alistair G. Crooks <agc@NetBSD.org>. BSD
November 16, 2005 BSD

Check Out this Related Man Page

userdel(1M)                                               System Administration Commands                                               userdel(1M)

NAME
userdel - delete a user's login from the system SYNOPSIS
userdel [-r] login DESCRIPTION
The userdel utility deletes a user account from the system and makes the appropriate account-related changes to the system file and file system. OPTIONS
The following options are supported: -r Remove the user's home directory from the system. This directory must exist. The files and directories under the home directory will no longer be accessible following successful execution of the command. OPERANDS
The following operands are supported: login An existing login name to be deleted. EXIT STATUS
The following exit values are returned: 0 Successful completion. 2 Invalid command syntax. A usage message for the userdel command is displayed. 6 The account to be removed does not exist. 8 The account to be removed is in use. 10 Cannot update the /etc/group or /etc/user_attr file but the login is removed from the /etc/passwd file. 12 Cannot remove or otherwise modify the home directory. FILES
/etc/passwd system password file /etc/shadow system file contain users' encrypted passwords and related information /etc/group system file containing group definitions /etc/user_attr system file containing additional user attributes ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
auths(1), passwd(1), profiles(1), roles(1), users(1B), groupadd(1M), groupdel(1M), groupmod(1M), logins(1M), roleadd(1M), rolemod(1M), useradd(1M), userdel(1M), usermod(1M), passwd(4), prof_attr(4), user_attr(4), attributes(5) NOTES
The userdel utility only deletes an account definition that is in the local /etc/group, /etc/passwd, /etc/shadow, and /etc/user_attr file. file. If a network name service such as NIS or NIS+ is being used to supplement the local /etc/passwd file with additional entries, userdel cannot change information supplied by the network name service. SunOS 5.10 8 Sep 1999 userdel(1M)
Man Page