shadowpwd-exp.xml 520 B

123456789101112131415161718
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para>
  4. <userinput>cp limits login.access and others:</userinput> These files
  5. were not installed during the installation of the package so we copy
  6. them manually as those files are used to configure authentication
  7. details on the system.
  8. </para>
  9. <para>
  10. <userinput>sed "s|/var/spool/mail|/var/mail|" login.defs.linux &gt;
  11. /etc/login.defs</userinput>: /var/spool/mail is the old location of the
  12. user mailboxes. The location that is used nowadays is /var/mail.
  13. </para>
  14. </sect2>