A Guide to Permissions in Ubuntu
As regular users, we do not have permission to write or even read every file on the machine.
For example, if I try to read the file /etc/sudoers using cat /etc/sudoers I get a "permission denied" message.
On Unix systems, a single user may be the o...
mustafahashmani.hashnode.dev4 min read