建立目錄並新增許可權

2022-05-17 07:55:53 字數 621 閱讀 2035

題:建立乙個目錄/nfsshare:

* 其擁有者root,擁有組為sharegrp,組擁有所有許可權,其他人無任何許可權。

* 使用者sarah對其擁有所有許可權。

* 使用者在該目錄下建立的新檔案擁有組為sharegrp。

已建立:

1、建立乙個目錄/nfsshare

mkdir /nfsshare

2、其擁有者root,擁有組為sharegrp,組擁有所有許可權,其他人無任何許可權。

chown root:sharegrp /nfsshare

3、使用者sarah對其擁有所有許可權。

setfacl -m u:sarah:rwx /nfsshare

4、使用者在該目錄下建立的新檔案擁有組為sharegrp。

chmod g+s /nfsshare

其他詳情:

mysql 建立新使用者並新增許可權

1 新增使用者 1.1 新增乙個新使用者 mysql grant usage on to sealy localhost identified by 123456 with grant option 上面這種只支援mysql伺服器本地登入。1.2 新增乙個任意ip登入的使用者 mysql grant...

mysql 建立使用者,新增許可權

plain view plain copy print?mysql u root p mysql u root p允許本地 ip 訪問 localhost,127.0.0.1 plain view plain copy print?create user test localhost identif...

ABP框架 新增許可權

首先在下圖的位置新增許可權名稱 public const string pages others pages.others 其次在下圖的位置建立許可權 context.createpermission permissionnames.pages others,l others 最後可以再選單項中設定...