shadowpwd-desc.xml 4.7 KB

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