diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 1ce985807..f3adc61f8 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -68,7 +68,8 @@ and type it all in):</para> <screen><userinput>cp etc/login.defs.linux /etc/login.defs sed -i -e 's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \ - -e 's@/var/spool/mail@/var/mail@' /etc/login.defs</userinput></screen> + -e 's@/var/spool/mail@/var/mail@' /etc/login.defs +chmod 644 /etc/login.defs</userinput></screen> <para>Move some misplaced symlinks/programs to their proper locations:</para> |