A quick overview of Linux permissions
I often see people struggling with Linux permissions (Aka "permissions hell"). But the fact is with a little explanation, Linux permissions are actually rather simple. So I'm going to write a little article to explain how they work.
To demonstrate, I've created a file called "file". We can check it's permissions by using "ls -l file", for example
