diff options
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index c39084882..ffe648865 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -73,5 +73,6 @@ rm -f /usr/lib/libz.a</userinput></screen> <para>Finally, remove the temporary 'tester' usr account created at the beginning of this chapter.</para> -<screen><userinput>sed -i '/tester/d' /etc/passwd /etc/group</userinput></screen> +<screen><userinput>sed -i '/tester/d' /etc/passwd /etc/group +rm -rf /home/tester</userinput></screen> </sect1> |