Hi,
I have pve 4.1, container with centos 6.7 installed from standard template centos-6-default_20160205_amd64.tar.xz. Umask not working as it has to (should be 644 for file and 755 for directory):
[root@work ~]# umask
0022
[root@work ~]# touch tst && ls -l tst
-r--r----- 1 root root 0 Mar 15...