Understanding Permissions With umask
Posted on Fri 07 February 2014 in Linux • Tagged with File Permissions, Linux, Linux Filesystem, umask
Linux was developed as a multi-user system. One big problem with multi-user systems is securing information of a particular user from other users. To do that, a concept of permissions was introduced. When you create a file, you have the right to read and write it. In this article we …
Continue reading
