diff options
Diffstat (limited to 'chapter06/create-utmp.xml')
-rw-r--r-- | chapter06/create-utmp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml index a8fe88450..a5d3b5df0 100644 --- a/chapter06/create-utmp.xml +++ b/chapter06/create-utmp.xml @@ -3,8 +3,8 @@ files</title> <para>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 +write to the /var/run/utmp, /var/log/btmp and /var/log/wtmp. These files contain +information about who is currently logged in. They also contain information on when the computer was last booted and shutdown and a record of the bad login attempts.</para> |