shadowpwd-desc.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <sect2><title>Contents of Shadow-&shadow-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>chage, chfn, chpasswd, chsh, dpasswd, expiry, faillog, gpasswd,
  4. groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login,
  5. logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg
  6. (link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw) and
  7. vipw</para></sect3>
  8. <sect3><title>Descriptions</title>
  9. <sect4><title>chage</title>
  10. <para>chage changes the number of days between password changes and the date of
  11. the last password change.</para></sect4>
  12. <sect4><title>chfn</title>
  13. <para>chfn changes a user's full name and other information
  14. (office room number, office phone number, and
  15. home phone number).</para></sect4>
  16. <sect4><title>chpasswd</title>
  17. <para>chpasswd reads a file of user name and password pairs from standard
  18. input and uses this information to update a group of
  19. existing users.</para></sect4>
  20. <sect4><title>chsh</title>
  21. <para>chsh changes the user login shell.</para></sect4>
  22. <sect4><title>dpasswd</title>
  23. <para>dpasswd adds, deletes, and updates dial-up passwords for
  24. user login shells.</para></sect4>
  25. <sect4><title>expiry</title>
  26. <para>expiry checks and enforces a password expiration policy.</para></sect4>
  27. <sect4><title>faillog</title>
  28. <para>faillog formats the contents of the failure log,/var/log/faillog, and
  29. maintains failure counts and limits.</para></sect4>
  30. <sect4><title>gpasswd</title>
  31. <para>gpasswd is used to administer the /etc/group file.</para></sect4>
  32. <sect4><title>groupadd</title>
  33. <para>The groupadd command creates a new group account using the values
  34. specified on the command line and the default values from
  35. the system.</para></sect4>
  36. <sect4><title>groupdel</title>
  37. <para>The groupdel command modifies the system account files, deleting all
  38. entries that refer to group.</para></sect4>
  39. <sect4><title>groupmod</title>
  40. <para>The groupmod command modifies the system account files to reflect the
  41. changes that are specified on the command line.</para></sect4>
  42. <sect4><title>grpck</title>
  43. <para>grpck verifies the integrity of the system authentication
  44. information.</para></sect4>
  45. <sect4><title>grpconv</title>
  46. <para>grpunconv converts to shadow group files from normal
  47. group files.</para></sect4>
  48. <sect4><title>grpunconv</title>
  49. <para>grpunconv converts from shadow group files to normal
  50. group files.</para></sect4>
  51. <sect4><title>lastlog</title>
  52. <para>lastlog formats and prints the contents of the last login log,
  53. /var/log/lastlog. The login-name, port, and last login time will be
  54. printed.</para></sect4>
  55. <sect4><title>login</title>
  56. <para>login is used to establish a new session with the system.</para></sect4>
  57. <sect4><title>logoutd</title>
  58. <para>logoutd enforces the login time and port restrictions specified in
  59. /etc/porttime.</para></sect4>
  60. <sect4><title>mkpasswd</title>
  61. <para>mkpasswd reads a file in the format given by the flags and converts it
  62. to the corresponding database file format.</para></sect4>
  63. <sect4><title>newgrp</title>
  64. <para>newgrp is used to change the current group ID during a
  65. login session.</para></sect4>
  66. <sect4><title>newusers</title>
  67. <para>newusers reads a file of user name and clear text password pairs and uses
  68. this information to update a group of existing users or to create new
  69. users.</para></sect4>
  70. <sect4><title>passwd</title>
  71. <para>passwd changes passwords for user and group accounts.</para></sect4>
  72. <sect4><title>pwck</title>
  73. <para>pwck verifies the integrity of the password files.</para></sect4>
  74. <sect4><title>pwconv</title>
  75. <para>pwconv converts the normal password file
  76. to a shadowed password file.</para></sect4>
  77. <sect4><title>pwunconv</title>
  78. <para>pwunconv converts a shadowed password file
  79. to a normal password file.</para></sect4>
  80. <sect4><title>sg</title>
  81. <para>sg sets the user's GID to that of the given group, or executes a
  82. given command as member of the given group.</para></sect4>
  83. <sect4><title>su</title>
  84. <para>su changes the effective user and group IDs to that of a given user.
  85. (This program replaces the su program installed from the
  86. Sh-utils package.)</para></sect4>
  87. <sect4><title>useradd</title>
  88. <para>useradd creates a new user or update default new user
  89. information.</para></sect4>
  90. <sect4><title>userdel</title>
  91. <para>userdel modifies the system account files, deleting all entries that
  92. refer to a specified login name.</para></sect4>
  93. <sect4><title>usermod</title>
  94. <para>usermod modifies the system account files to reflect the changes that
  95. are specified on the command line.</para></sect4>
  96. <sect4><title>vipw and vigr</title>
  97. <para>vipw and vigr will edit the files /etc/passwd and /etc/group,
  98. respectively. With the -s flag, they will edit the shadow versions of
  99. those files, /etc/shadow and /etc/gshadow, respectively.</para></sect4>
  100. </sect3>
  101. <sect3><title>Library Files</title>
  102. <para>libshadow.[a,so]</para></sect3>
  103. <sect3><title>Descriptions</title>
  104. <sect4><title>libshadow</title>
  105. <para>libshadow provides common functionality for the shadow
  106. programs.</para></sect4>
  107. </sect3>
  108. </sect2>