Linux File Permissions and Access Control Lists.
In Linux, every file and directory has three types of permissions:
Read (r) - The ability to view the contents of the file or directory.
Write (w) - The ability to modify the contents of the file or directory.
Execute (x) - The ability to execute ...
faizan98.hashnode.dev2 min read