Mots clés : linuxpermissionsdirectorychmodlinux
96
find /opt/lampp/htdocs -type d -exec chmod 755 {} \;
find /opt/lampp/htdocs -type f -exec chmod 644 {} \;
86
man <command name>
man chmod
80
chmod -R a+rX *
66
sudo chmod -R 755 /opt/lampp/htdocs
55
sudo chmod -R 755 /opt/lampp/htdocs