shadowpwd-desc.xml 3.9 KB

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