this post was submitted on 12 Jun 2023
9 points (100.0% liked)
shitty sysadmin
560 readers
1 users here now
for sysadmins who don't know what they're doing, and don't care.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No sir, you're doing it wrong. This is being done without security in mind. That way, just anyone can execute anything.
chmod 666 -R /
is the way.Edit: remember to run as root
Pish posh. If security is your game,
chmod 000 -R /
is your game. Don't forget to runiptables -A input -i any -j DROP
to stop those ne'er-do-wells on the LAN from fuckin up your server with their filthy, virus infested client machines.this guy securitys!!! also block port 22 on your firewall so nobody can access SSH.