Difference between revisions of "Linux commands - Cheat Sheet"
Jump to navigation
Jump to search
m (Changed Infobox) |
m (Typing fault correction) |
||
Line 5: | Line 5: | ||
|Source = [[Source::DataSource]] <!-- [[Source::DataSource]], [[Source::Query]] ... --> | |Source = [[Source::DataSource]] <!-- [[Source::DataSource]], [[Source::Query]] ... --> | ||
|Language = [[Language::English]] <!-- [[Language::English]], [[Language::Français]], [[Language::Nederlands]] --> | |Language = [[Language::English]] <!-- [[Language::English]], [[Language::Français]], [[Language::Nederlands]] --> | ||
− | |Topic = [[ | + | |Topic = [[Topic::Linux]] <!-- [[Topic::Mediawiki]], [[Topic::Microsoft]], ... --> |
|SubTopic = [[SubTopic::Linux Commands]] <!-- [[SubTopic::Mediawiki Extension]], [[SubTopic::Office 365]] , ... --> | |SubTopic = [[SubTopic::Linux Commands]] <!-- [[SubTopic::Mediawiki Extension]], [[SubTopic::Office 365]] , ... --> | ||
|DocumentType = [[DocumentType::User Guide]] <!-- [[DocumentType::User Guide]], [[DocumentType::Procedure]], [[DocumentType::Script]], [[DocumentType::Gallery]], ...--> | |DocumentType = [[DocumentType::User Guide]] <!-- [[DocumentType::User Guide]], [[DocumentType::Procedure]], [[DocumentType::Script]], [[DocumentType::Gallery]], ...--> |
Revision as of 14:11, 26 February 2021
Source: | DataSource |
---|---|
Language: | English |
Topic: | Linux |
SubTopic: | Linux Commands |
Last Edit By: | DochyJP |
LastEdit: | 2021-02-26 |
Document type: | User Guide |
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>