Linux commands - Cheat Sheet
Jump to navigation
Jump to search
Linux commands - Cheat Sheet
| Source: | DataSource |
|---|---|
| Language: | English |
| Subject: | Linux |
| Document Type : | CheatSheet |
| Last Edit By: | DochyJP |
| LastEdit: | 2021-02-25 |
| Document Status: | Active |
Generic Linux Commands
CHMOD
Get the chmod numerical value for a file
stat --format '%a' <file/folder name>
Get the chmod alphanumerical value for a file
stat --format '%A' <file/folder name>