diff options
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r-- | chapter06/pwdgroup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 3f0e995aa..1390081e8 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -87,8 +87,8 @@ do not already exist. Initialize the log files and give them proper permissions:</para> <screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} -chgrp utmp /var/run/utmp /var/log/lastlog -chmod 664 /var/run/utmp /var/log/lastlog</userinput></screen> +chgrp -v utmp /var/run/utmp /var/log/lastlog +chmod -v 664 /var/run/utmp /var/log/lastlog</userinput></screen> <para>The <filename>/var/run/utmp</filename> file records the users that are currently logged in. The <filename>/var/log/wtmp</filename> |