Code: Select all
find * -type d -print0 | xargs -0 chmod 0755 # สำหรับเปลี่ยน directories ทั้งหมด
find . -type f -print0 | xargs -0 chmod 0644 # สำหรับเปลี่ยน files
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
find * -type d -print0 | xargs -0 chmod 0755 # สำหรับเปลี่ยน directories ทั้งหมด
find . -type f -print0 | xargs -0 chmod 0644 # สำหรับเปลี่ยน files
Users browsing this forum: No registered users and 10 guests