shadowpwd-desc.xml 5.0 KB

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