Thursday, February 20, 2025

How to execute a command only on directories in Linux recursively

 This command will add group executable permissions only to directories recursively:

sudo find ./ -type d -exec chmod g+x {} + 

No comments:

Post a Comment

My Tiny Spreadsheet Extension - A spreadsheet that lives in your browser

Download now   The problem You need a simple fast spreadsheet  Google Sheet is clutters up Excel files are lost Google Sheets are saved on t...