Somehow ubunut 16.04 does not allow me to write to a folder, despite the fact that the user is in the group that has write privileges:
$ 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
Shouldn't that user be able to write to the directory?