“for i in /home/*; do echo chmod -R 755 $i; …

Thursday, 25th April 2024

Comment on How to configure Debian to create new added users through adduser to be secure by default / Limiting access to other user’s information by tw.

“for i in /home/*; do echo chmod -R 755 $i; done “

I guess it should be chmod -R 700 in the script.

Share this on:

Comments are closed.