Google News
logo
Linux - Interview Questions
Elaborate all the file permission in Linux.
There are three types of file permissions in Linux :

* Read : Users open and read files with this permission.

* Write : Users can open and modify the files.

* Execute : Users can run the file.
Advertisement