HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jester23947

no profile record

comments

jester23947
·4 năm trước·discuss
read the handbook... it's the second chapter in this webpage.
jester23947
·4 năm trước·discuss
I really like this article about FreeBSD. One really nice feature that is not cover though is to set the immutable flags on some binaries with the command chflags. It's possible to boot your very secure system into securemode level 1 or higher. In this mode, it's impossible to delete those files.

rm -rf /* has very limited damage. chmod -R 0000 /* won't touch chmod and all kind of ooops become much less destructive.

It's probably not useful in all scenarios, but definitely some systems deserve to never be touch live. Automation, scada, super important core backbone systems.

FreeBSD is the power to serve. It deserves more credits.