shadowpwd-desc.xml 4.9 KB

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