diff options
Diffstat (limited to 'chapter06/shellutils-inst.xml')
-rw-r--r-- | chapter06/shellutils-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml index 4c4a5255d..d47c7ed23 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -8,7 +8,8 @@ <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>mv -f date echo false pwd stty /bin &&</userinput> -<userinput>mv -f su true uname hostname /bin</userinput></screen></para> +<userinput>mv -f su true uname hostname /bin &&</userinput> +<userinput>mv -f chroot ../sbin</userinput></screen></para> </sect2> |