Surely you mean the following: debian:~# chmod -R 750 /root debian:~# for …

Saturday, 20th 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 Kura.

Surely you mean the following:

debian:~# chmod -R 750 /root
debian:~# for i in /home/*; do echo chmod -R 750 $i;

Share this on:

Comments are closed.