How to change file and directory permissions in linux using chmod command.
In Linux operating system everything is a file. If it is not a file then it’s a process so everything has default permission assigned. File permission defines which file has read,write,execute permission and for which user group.
In this article you will learn how file permissions work and how you change file permissions using chmod command.