diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-15 11:47:13 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-15 11:47:13 +0000 |
commit | 16cc39bc2ff46ba3495ed92cc4609f3c2fea886e (patch) | |
tree | d91a73d77381a498ded2627c5f66ea44155beb14 /chapter06/create-utmp.xml | |
parent | 6eb73f0a9c74b4ac8d25b625cf6792766c77b916 (diff) |
Fixing two typos, moving revisedchroot one notch up.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/create-utmp.xml')
-rw-r--r-- | chapter06/create-utmp.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chapter06/create-utmp.xml b/chapter06/create-utmp.xml deleted file mode 100644 index c250db5e7..000000000 --- a/chapter06/create-utmp.xml +++ /dev/null @@ -1,17 +0,0 @@ -<sect2> -<title>Creating the /var/run/utmp, /var/log/wtmp and /var/log/btmp 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. They also contain information -on when the computer was last booted and shutdown and a record of the -bad login attempts.</para> - -<para>Create these files with their proper permissions by running the -following commands:</para> - -<screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} && -chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen> - -</sect2> - |