[root@server0 ~]# cd /srv
[root@server0 srv]# ll
total 64
-rwxr-xr-x. 1 root root 54048 Jul 12 19:46 cat
drwxrwxrwT. 4 root root 47 Jul 12 20:33 share
-rw-rw----+ 1 root root 16 Jul 12 19:46 test
[root@server0 srv]# mkdir doc
[root@server0 srv]# ll
total 64
-rwxr-xr-x. 1 root root 54048 Jul 12 19:46 cat
drwxr-xr-x. 2 root root 6 Jul 12 20:58 doc
drwxrwxrwT. 4 root root 47 Jul 12 20:33 share
-rw-rw----+ 1 root root 16 Jul 12 19:46 test
[root@server0 srv]# groupadd manager
[root@server0 srv]# usermod -aG manager mary
[root@server0 srv]# usermod -aG manager jerry
[root@server0 srv]# id mary
uid=1001(mary) gid=1001(mary) groups=1001(mary),1003(manager)
[root@server0 srv]# id jerry
uid=1002(jerry) gid=1002(jerry) groups=1002(jerry),1003(manager)
[root@server0 srv]# getfacl doc
# file: doc
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
[root@server0 srv]# setfacl -m g:manager:rwx doc
[root@server0 srv]# getfacl doc
# file: doc
# owner: root
# group: root
user::rwx
group::r-x
group:manager:rwx
mask::rwx
other::r-x
[root@server0 srv]# setfacl -m u:jerry:r-x doc
[root@server0 srv]# getfacl doc
# file: doc
# owner: root
# group: root
user::rwx
user:jerry:r-x
group::r-x
group:manager:rwx
mask::rwx
other::r-x
訂閱:
張貼留言 (Atom)
dorowu/ubuntu-desktop-lxde-vnc:bionic-lxqt Docker 映像介紹
dorowu/ubuntu-desktop-lxde-vnc:bionic-lxqt Docker 映像介紹 1. 基本概述 名稱: dorowu/ubuntu-desktop-lxde-vnc:bionic-lxqt 維護者: Dorowu 用途: 提供基於 Ub...
-
[Virtual Machine 中進行開發專案優點] 在OS 更新頻煩的 現時環境 避面受非技術因素干擾需要穩定的作業環境! 開發者有很多方式去建構自己的開發環境,以 PHP 開發來說,你可以手動ㄧ一安裝每個需要的軟體,像是PHP, Apache, MySQL,...
-
Why not Python? Python是一款簡單強大又好用的動態語言,但我不解的是,為何這樣一個好用的語言,在國外已經流行了十幾年,但在國內不要說流行,問很多人的答案都是,連聽都沒有聽過,在探討為何使用Python之前,我先分析為何Python在台灣不流行。 我想最主...
-
作者:慕白流蘇 連結:https://www.zhihu.com/question/2004754700/answer/81441971 來源:知乎 著作權歸作者所有。商業轉載請聯繫作者獲得授權,非商業轉載請注明出處。 重要的事情再重複一遍: 1: 為什麼學習雲計算要從...
沒有留言:
張貼留言