Introduction
In this challenge, you will learn how to manage default file permissions in a Linux system. Understanding and controlling default permissions is a crucial aspect of system administration, as it helps ensure the security and accessibility of newly created files and directories. You will use the umask command to set the default permission mask and observe its effect.



