diff options
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> |