From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/create-utmp.xml | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'chapter06/create-utmp.xml') diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index 93a94fb75..3c8dcd756 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -2,27 +2,19 @@ Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp files - -Programs like login, shutdown, uptime and others want to read from and write -to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain +Programs like login, shutdown, uptime and others want to read from and +write to the /var/run/utmp /var/log/btmp and /var/log/wtmp. These files contain information about who is currently logged in. It also contains information on when the computer was last booted and shutdown and a record of the -bad login attempts. - +bad login attempts. - -Create these files with their proper permissions by running the -following commands: - +Create these files with their proper permissions by running the +following commands: - - -touch /var/run/utmp /var/log/wtmp \ +touch /var/run/utmp /var/log/wtmp \     /var/log/btmp /var/log/lastlog && chmod 644 /var/run/utmp /var/log/wtmp \ -   /var/log/btmp /var/log/lastlog - - +   /var/log/btmp /var/log/lastlog -- cgit v1.2.3-54-g00ecf