System gives default permissions when we create any file. Most of the systems have 755 permission (read, write and execute for the owner, and read and execute for others) as default.
This default is setup with umask command. One can use this command by finding the right octal number. You may also turn off the permissions in umask by 666.



