This video holds the best practical and understanding of Umask in Linux. Umask is the default permissions on the file and directory in Linux. In our Linux system the default Umask is 0022 which is equivalent to 0755 permission in octal numbers.
[4 for Read, 2 for Write , 1 for Execute]