時間久了,很多知識點都忘記了:
Linux 系統中 檔案權限對應的數字: r = 4; w = 2; x = 1;
權限可以使用 chmod 命令改變,具體使用可以參考manpages;

關于粘貼位的講解請參考:https://www.cnblogs.com/xuyaowen/p/sticky.html
關于兩個s的講解,可以搜索:setuid和setgid;
參考鏈接:
https://www.cnblogs.com/liuhedong/p/10739718.html
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/94978.html
標籤:Linux
