man pages section 1M: System Administration Commands
검색에만이 책은
이 책의 내용보기:
PDF로 이 문서 다운로드 (8966 KB)

userdel(1M)

Name | Synopsis | Description | Options | Operands | Exit Status | Files | Attributes | See Also | Notes

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

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 Last Revised 8 Sep 1999

Name | Synopsis | Description | Options | Operands | Exit Status | Files | Attributes | See Also | Notes