Setting file system attribute flags (Unix->Random)chflagsin Mac OS X works likechattrover in Linux-land. So to make a file immutable (can't change it, even if you're the superuser), you cansudo chflags uchg file-name(s). To undo it, dosudo chflags nouchg file-name(s)