Comment on Lemmy is a tech literate echo chamber
sudo chmod 000 / for security
sudo chmod 000 /
And it’s also so much faster than full disk encryption. Cool little trick the admins don’t want you to know.
You don’t even need to do it recursively:
sudo find / -path '/*/*' -prune -o -exec chmod 000 {} +
This is extremely fast.
TranquilTurbulence@lemmy.zip 5 days ago
And it’s also so much faster than full disk encryption. Cool little trick the admins don’t want you to know.
lars@lemmy.sdf.org 4 days ago
You don’t even need to do it recursively:
This is extremely fast.