File Permission And Access Control List (ACL)
Types of permissions
r - read 4
w - write 2
x - execute 1
Permission (rwx) levels
u - yourself (the current user)
g - group to which the user belong to
o - others (outside the group)
a - all
How to see the permissions?
ls -ltr
find group information
...
safiakhatoon.hashnode.dev2 min read