shadowpwd-desc.xml 3.7 KB

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