...

/

What are Permissions?

What are Permissions?

This lesson will tell you everything you need to know about permissions in GNU/Linux.

We'll cover the following...

In Linux, each file or directory follows certain set of rules and restrictions regarding who can access the file and change its content. These rules or access modes are commonly referred as permissions in Bash. Permissions are sometimes very useful as it gives us the benefit of hiding certain things from other users or make them non-editable for them.

...