不知何故,ubunut 16.04 不允許我寫入資料夾,儘管使用者位於具有寫入權限的群組中:
$ ll
drwxrwxr-x 6 root grafana 4096 Nov 30 17:47 ./
drwxr-xr-x 4 root root 4096 Jan 8 15:20 ../
drwxrwxr-x 2 root grafana 4096 Nov 30 17:47 plugins/
touch test
touch: cannot touch 'test': Permission denied
groups myuser
myuser : users sudo grafana
該使用者不應該能夠寫入該目錄嗎?