Below you will find pages that utilize the taxonomy term “File system”
Posts
Unix file permissions
There are two ways to represent Unix permissions:
Symbolic notation Numeric notation Symbolic notation
Consists of three sets of symbols called permission class.
First set represents User/Owner class Second set represents Group class Third set represents Others/everyone else class Each set consists of 3 symbols each represents a permission:
“r” for read permission “w” stands for write permission “x” show execution permission
Numeric notation