There is a class of special modes. These modes are setuid, setgid, and sticky. Know that these special modes are declared by prepending a character to the octal mode that you normally use with umask or chmod. The important point here is to know that umask 0022 is the same as umask 022. Also, chmod 644 is the same as chmod 0644.

