diff options
Diffstat (limited to 'chapter06/create-utmp.xml')
-rw-r--r-- | chapter06/create-utmp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index cba14660b..56ea77790 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -11,7 +11,7 @@ bad login attempts.</para> <para>Create these files with their proper permissions by running the following commands:</para> -<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && +<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen></para> </sect2> |