reminder about linux file permissions

Just a reminder for you linux admins – chmod is not the end of file permissions in ext2/ext3. You also need to lsattr/chattr to cover all your file permission bases. Thanks to DoctorWho for the tip.

One Response to “reminder about linux file permissions”

  1. curious Says:

    Some linuxes offer ACL support on top of ext3… so check your ACLs with setacl and getacl too 😉

    http://web.bostonlinux.net/file-management/acl

Leave a Reply