chmod file & folder Posted on 10 กันยายน 201910 กันยายน 2019 / OSหน้าหลัก » OS » chmod file & folderFile 664find /path -type f -exec chmod 644 {} \;Folder 755find /path -type d -exec chmod 755 {} \; chmod find Linux Permissions Ubuntu