Forgot your password?
typodupeerror

Comment Re:Why is this a good thing? (Score 1) 314

BSD has something called immutable file flags. Most binaries will have the noschg flag set and the kernel securelevel raised so that no-one (not even root) can alter the file. The only way it can be done is by dropping the securelevel in single user mode at the console. What you describe is not an issue.

Slashdot Top Deals

A LISP programmer knows the value of everything, but the cost of nothing. -- Alan Perlis

Working...