Answers for "chdmod 777 all directory"

2

how to make all directory 775

find /opt/lampp/htdocs -type d -exec chmod 755 {} ;
find /opt/lampp/htdocs -type f -exec chmod 644 {} ;
Posted by: Guest on October-04-2020

Code answers related to "chdmod 777 all directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language