建立目錄並添加權限

題:建立一個目錄/nfsshare:html

* 其擁有者root,擁有組爲sharegrp,組擁有全部權限,其餘人無任何權限。ssh

* 用戶sarah對其擁有全部權限。spa

* 用戶在該目錄下建立的新文件擁有組爲sharegrp。code

已建立:htm

  • 用戶名:sarah
  • 組:sharegrp

一、建立一個目錄/nfsshareblog

mkdir /nfsshare

二、其擁有者root,擁有組爲sharegrp,組擁有全部權限,其餘人無任何權限。get

chown root:sharegrp /nfsshare

三、用戶sarah對其擁有全部權限。class

setfacl -m u:sarah:rwx /nfsshare

四、用戶在該目錄下建立的新文件擁有組爲sharegrp。權限

chmod g+s /nfsshare

其餘詳情:http://www.javashuo.com/article/p-yuohvuzy-bh.htmldi

相關文章
相關標籤/搜索