Code: root@artemis:/var/www/clients/client1/web6# mkdir /var/www/clients/client1/web6/vmfiles mkdir: cannot create directory `/var/www/clients/client1/web6/vmfiles': Permission denied this is a first for me but I installed Joomla and Virtualmart on this virtual host and i cannot create a subdirectory there. I can create is one step lower in Code: mkdir /var/www/clients/client1/vmfiles but then it sit next to the customer's other webs and is not included. Can anyone here tell me what service is blocking me ? selinux? I have uninstalled it "checked sestatus cammand nor /etc/selinux/config exist" What else? How can I make this work?
The client1 directory is protected eith immutabe attribute, remove it with chattr -i first. Dont forget to add it again when you are finished. Btw, thts described in several threads here in the forum, please try to search for a topic first before posting