shadow-desc.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <sect2><title>Short descriptions</title>
  2. <para><command>chage</command> is used to change the maximum number of
  3. days between obligatory password changes.</para>
  4. <para><command>chfn</command> is used to change a user's full name and
  5. some other info.</para>
  6. <para><command>chpasswd</command> is used to update the passwords of a
  7. whole series of user accounts in one go.</para>
  8. <para><command>chsh</command> is used to change a user's default
  9. login shell.</para>
  10. <para><command>dpasswd</command> is used to change dial-up passwords for
  11. user login shells.</para>
  12. <para><command>expiry</command> checks and enforces the current password
  13. expiration policy.</para>
  14. <para><command>faillog</command> is used to examine the log of login
  15. failures, to set a maximum number of failures before an account is blocked,
  16. or to reset the failure count.</para>
  17. <para><command>gpasswd</command> is used to add and delete members and
  18. administrators to groups.</para>
  19. <para><command>groupadd</command> creates a group with the given
  20. name.</para>
  21. <para><command>groupdel</command> deletes the group with the given
  22. name.</para>
  23. <para><command>groupmod</command> is used to modify the given group's
  24. name or GID.</para>
  25. <para><command>groups</command> reports the groups of which the given
  26. users are members.</para>
  27. <para><command>grpck</command> verifies the integrity of the group files,
  28. <filename>/etc/group</filename> and <filename>/etc/gshadow</filename>.</para>
  29. <para><command>grpconv</command> creates or updates the shadow group file
  30. from the normal group file.</para>
  31. <para><command>grpunconv</command> updates <filename>/etc/group</filename>
  32. from <filename>/etc/gshadow</filename> and then deletes the latter.</para>
  33. <para><command>lastlog</command> reports the most recent login of all
  34. users, or of a given user.</para>
  35. <para><command>login</command> is used by the system let users sign on.</para>
  36. <para><command>logoutd</command> is a daemon used to enforce restrictions
  37. on log-on time and ports.</para>
  38. <para><command>mkpasswd</command> encrypts the given password using the
  39. also given perturbation.</para>
  40. <para><command>newgrp</command> is used to change the current GID during
  41. a login session.</para>
  42. <para><command>newusers</command> is used to create or update a whole
  43. series of user accounts in one go.</para>
  44. <para><command>passwd</command> is used to change the password for a user
  45. or group account.</para>
  46. <para><command>pwck</command> verifies the integrity of the password files,
  47. <filename>/etc/passwd</filename> and <filename>/etc/shadow</filename>.</para>
  48. <para><command>pwconv</command> creates or updates the shadow password file
  49. from the normal password file.</para>
  50. <para><command>pwunconv</command> updates <filename>/etc/passwd</filename>
  51. from <filename>/etc/shadow</filename> and then deletes the latter.</para>
  52. <para><command>sg</command> executes a given command while the user's GID
  53. is set to that of the given group.</para>
  54. <para><command>useradd</command> creates a new user with the given name,
  55. or updates the default new-user information.</para>
  56. <para><command>userdel</command> deletes the given user account.</para>
  57. <para><command>usermod</command> is used to modify the given user's
  58. login name, UID, shell, initial group, home directory, and the like.</para>
  59. <para><command>vigr</command> can be used to edit the
  60. <filename>/etc/group</filename> or <filename>/etc/gshadow</filename>
  61. files.</para>
  62. <para><command>vipw</command> can be used to edit the
  63. <filename>/etc/passwd</filename> or <filename>/etc/shadow</filename>
  64. files.</para>
  65. <para><command>libmisc</command>...</para>
  66. <para><command>libshadow</command> contains functions used by most
  67. programs in this package.</para>
  68. </sect2>