# 6 Beginners - File permissions and ownership
Every file and directory in the Linux file system has permissions and an owner. Permissions are who is allowed to do what with the file. To see the permissions on a file, use the command ls -l <filename>. You’ll see something like this in the left-mo...
Sep 16, 20213 min read29
