CHMOD toàn bộ file, folder trong 1 thư mục trong Linux

Chmod toàn bộ file bên trong 1 thư mục

find /path/to/folder -type f -exec chmod 644 {} \;

Chmod toàn bộ folder bên trong 1 thư mục

find /path/to/folder -type d -exec chmod 755 {} \;



Nhận xét

Bài đăng phổ biến từ blog này

Journalctl: How to Read and Edit Systemd Logs

Cấu hình Reformat Code trong PhpStorm

Fix: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory