1.SetUID的功能
2.设定SetUID的方法
4代表SUID
chmod 4755 文件名
chmod u+s 文件名
其实这个权限我们可以使用 chmod 4755 文件名 但我比较习惯用chmod -R u-s,g-s 文件名