Linux permissions explained simply.
Every file has 3 levels:
Owner
Group
Others
And 3 types:
Read (r)
Write (w)
Execute (x)
Misconfigured permissions = one of the most common Linux vulnerabilities.