linux下特殊的存取控制許可權sticky bit,setuid,setgid

來源:互聯網
上載者:User

1.sticky bit

又叫stricted deletion bit
設定在目錄上,用來控制目錄內的檔案的刪除和重新命名許可權
如果一個目錄設定了sticky bit,只有以下三類使用者才具有刪除該目錄內檔案的許可權
1)root許可權的使用者(不一定是root使用者)
2)目錄的owner或者目錄內檔案的owner
3)對檔案目錄具有write許可權的使用者
代表sticky bit的許可權數字是1
 
2.setuid和setgid  www.2cto.com  
主要針對可執行檔設定
設定了setuid的檔案被執行時具有檔案owner的許可權
設定了setgid的檔案被執行時具有檔案group的許可權
代表setuid的許可權數字是2
代表setgid的許可權數字是4
不要在指令檔上設定setuid和setguid,據說駭客有很多辦法利用這個指令碼上的這兩個許可權位
 
設定這三個許可權位的方法是在原有的三個許可權位前再加一位
如chmod 2755 file給檔案設定setuid許可權
直接添加chmod u+s file給檔案增加setuid許可權, chmod g+s file給檔案增加setguid許可權
chmod o+s file給目錄增加sticky bit許可權

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.