Linux commands - Cheat Sheet
This is the latest revision of this page; it has no approved revision.
Jump to navigation
Jump to search
Source: | DataSource |
---|---|
Language: | English |
Topic: | Linux |
SubTopic: | Linux Commands |
Last Edit By: | DochyJP |
LastEdit: | 2021-04-14 |
Document type: | User Guide |
Status: | Active |
Access: | free |
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>