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

Cấu hình Reformat Code trong PhpStorm

How to Add and Delete Users on Ubuntu 20.04

Journalctl: How to Read and Edit Systemd Logs