chroot:chang root
http://man.linuxde.net/chroot
https://baike.baidu.com/item/chroot
1.限制被CHROOT的使用者所能执行的程式,如SetUid的程式,或是会造成 Load 的Compiler等等。
2.防止使用者存取某些特定档案,如/etc/passwd。
3.防止入侵者/bin/rm -rf /。
4.提供Guest服务以及处罚不乖的使用者。
5.增进系统的安全。
chmod:chang mode
http://man.linuxde.net/chmod
权限: read(r),write(w),execute(x),delete?none(-),special(s)
角色: user(u), group(g), other(o), all(a)
https://jingyan.baidu.com/article/b0b63dbfe4cff84a48307033.html