Login | Sign up

Entries tagged: security RSS feed for security tutorials

May 30

Find files with setuid or setgid

You should check to make sure there are no unneeded setuid and setgid files on your computer. They might be a potential security risk.

May 23

Intro to setuid and setgid

setuid and setgid are useful file permissions. Learn what they are, how to add and remove them and check if they were set successfully.

May 21

Require wheel membership to su

Learn how to limit access to su and make it more difficult to guess your root password.