diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
commit | aefc8221f5cc504a8bc7a6354fda23ca7f78de79 (patch) | |
tree | c0cec08cce56091a37d890b99d3c388f14e76f38 /chapter08 | |
parent | 387a32af4bff50363c15788cf25f10ed26cfabd3 (diff) |
Updates to the rest of cross2 Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/revisedchroot.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 0e836d661..6e1f086ad 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -62,9 +62,8 @@ rm -f /usr/lib/libz.a</userinput></screen> url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool Archive (.la) files"</ulink>.</para> - <para>Finally, remove the temporary 'tester' usr account created at the - beginning of this chapter.</para> + <para>Finally, remove the temporary 'tester' user account created at the + beginning of the previous chapter.</para> -<screen><userinput>sed -i '/tester/d' /etc/passwd /etc/group -rm -rf /home/tester</userinput></screen> +<screen><userinput>userdel -r tester</userinput></screen> </sect1> |