diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-05 20:31:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-05 20:31:28 +0000 |
commit | 3bc007754de9dcdb1a6d5bd7127f58ecb204f42d (patch) | |
tree | dea057a5ec12b8a098bcbefc17dab4a294aabf7f /chapter06/create-utmp.xml | |
parent | debe1b56f3a5c008c40942617a509e2263c1ea18 (diff) |
xml fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |