What are the kinds of permissions under linux?
Understanding permissions syntax under Linux. On Linux we have 3 types of permissions: Reading permission: Permission to read a file, for example, we can read the code of a script, yet we can’t execute it. Writing permission: Permission to write a file, in this case we can edit the script mentioned above as an example, …
