sábado, 11 de febrero de 2023

linux-chmod-command

 https://opensource.com/article/19/8/linux-chmod-command


https://quickref.me/chmod


Permissions

AbbreviationPermissionValue
rRead4
wWrite2
xExecute1
-No permission0



Permission analysis of "dir"

d  rwx  r-x  r-x
┬  ─┬─  ─┬─  ─┬─  
│   │    │    │  
│   │    │    └─ 4. Other|5 (4+0+1)
│   │    └────── 3. Group|5 (4+0+1)
│   └─────────── 2. User |7 (4+2+1)
└─────────────── 1. File Type | directory


ile Types

AbbreviationFile Type
dDirectory
-Regular file
lSymbolic Link

Objects

Who (abbr.)Meaning
uUser
gGroup
oOthers
aAll, same as ugo



\\









No hay comentarios:

Publicar un comentario