chmod 644 for files and 755 for directories October 18, 2015 The Geek Decoder No Comments Administration find /path/to/chmod -type d | xargs chmod -v 755 find /path/to/chmod -type f | xargs chmod -v 644 Post navigation ← Add private IP to Debian Ubuntu for R1Add port 80 to firewalld CentOS 7 →