mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 14:14:39 +08:00
8 lines
357 B
Plaintext
8 lines
357 B
Plaintext
mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
|
|
mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
|
|
mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
|
|
mv -v /usr/bin/{head,nice,sleep,touch} /bin
|
|
mv -v /usr/bin/chroot /usr/sbin
|
|
mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
|
|
sed -i 's/"1"/"8"/' /usr/share/man/man8/chroot.8
|