Live Chat!

umask: create new files with specified file mode

          0 votos

March 8th, 2008 mysurface

Did you realized that every time we create a new file in Linux, it always been set with certain file mode?
Lets see this:

touch testing
ls -l testing
-rw-r–r– 1 mysurface mysurface 0 2008-03-08 01:14 testing
Refers to the chmod examples post, read, write and executable permission value is 4, 2 and 1. In this case, the file [...]

Posted in Admin, touch, umask | Hits: 12934 | 1 Comment »