userdel(8) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

userdel(8)

userdel(8)              System Administration Commands              userdel(8)

NAME
       userdel, roledel - delete a user or role login account from the system

SYNOPSIS
       userdel [-r] [-S repository] [-q qualifier] username


       userdel -S ldap [-q qualifier] default@


       roledel [-r] [-S repository] [-q qualifier] rolename

DESCRIPTION
       The  userdel  or  roledel utility deletes a user (or role) account from
       the local files or specified name-service repository and optionally re‐
       moves the account home directory from the file system.


       For accounts that are created using -S ldap,  the  default  values  for
       qualified  or unqualified user attributes may be deleted using the spe‐
       cial value default@ as the login name.


       An administrator must be granted the User Management Profile to be able
       to delete a user.

OPTIONS
       The following options are supported:

       -q qualifier     The name of a host or netgroup which  qualifies  which
                        attributes  to delete. The prefix @ is required to in‐
                        dicate that the qualifier is a netgroup name.  The  -q
                        option is only valid if the user account is maintained
                        in  the LDAP name service. Only the attributes associ‐
                        ated with the qualifier are deleted. The  account  and
                        other  attributes  are not affected unless this option
                        is omitted. In that case, all qualified attributes are
                        also deleted.


       -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 fol‐
                        lowing successful execution  of  the  command.  A  ZFS
                        dataset that was created for the user's home directory
                        will be removed. An auto_home entry that was added for
                        the user will be deleted.


       -S repository    The  repository  specifies  which name service will be
                        updated. The valid repositories are  files  and  ldap.
                        The  default  repository is files. When the repository
                        is ldap, both the LDAP server and client must be  con‐
                        figured with enableShadowUpdate. See ldapclient(8) for
                        details.


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(7) for descriptions of the following attributes:

       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Availabilitysystem/core-os


SEE ALSO
       auths(1), passwd(1), profiles(1),  roles(1),  passwd(5),  prof_attr(5),
       shadow(5),    user_attr(5),    attributes(7),   rbac(7),   groupadd(8),
       groupdel(8),  groupmod(8),  logins(8),  roleadd(8),  rolemod(8),  user‐
       add(8), usermod(8)


       Managing User Accounts and User Environments in Oracle Solaris 11.4


       Working With Oracle Solaris 11.4 Directory and Naming Services: LDAP

NOTES
       These  utilities  delete  an  account  definition that is in the group,
       passwd, shadow, and user_attr databases in the files  or  ldap  reposi‐
       tory.

Oracle Solaris 11.4               21 Jun 2021                       userdel(8)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3