Difference between revisions of "Linux commands - Cheat Sheet"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
	
        
		
	
| m (Text replacement - "Template-uk:Class-Infobox-Software" to "Template:Class-Infobox-Software") | m (Changed Infobox) | ||
| Line 1: | Line 1: | ||
| − | <!-- Template Infobox  | + | <!-- Template Infobox Generic--> | 
| − | {{Template:Class-Infobox- | + | {{Template:Class-Infobox-Generic<!-- ALL MUST BE FILLED IN --> | 
| 	|image = <!-- If an logo is required, enter the link here --> | 	|image = <!-- If an logo is required, enter the link here --> | ||
| − | 	|Source = [[Source::DataSource]] <!-- [[Source::DataSource]], [[Source:: | + | 	|Section = [[Section::{{PAGENAME}}]] | 
| − | 	| | + | 	|Source = [[Source::DataSource]]  <!-- [[Source::DataSource]], [[Source::Query]] ... --> | 
| − | 	| | + | 	|Language = [[Language::English]] <!-- [[Language::English]], [[Language::Français]], [[Language::Nederlands]] --> | 
| − | 	| | + | 	|Topic =  [[Subject::Linux]] <!-- [[Subject::Mediawiki]], [[Subject::Microsoft]], ... --> | 
| − |          |DocumentType =  [[DocumentType:: | + | 	|SubTopic = [[SubTopic::Linux Commands]] <!-- [[SubTopic::Mediawiki Extension]], [[SubTopic::Office 365]] , ... --> | 
| − | 	|LastEditBy = [[LastEditBy::{{REVISIONUSER}}]] | + |          |DocumentType =  [[DocumentType::User Guide]] <!-- [[DocumentType::User Guide]], [[DocumentType::Procedure]], [[DocumentType::Script]], [[DocumentType::Gallery]], ...--> | 
| − | 	|LastEdit = [[LastEdit::{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}]] | + | 	|LastEditBy = [[LastEditBy::{{REVISIONUSER}}]]   | 
| − | 	| | + | 	|LastEdit = [[LastEdit::{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}]]   | 
| + | 	|Status = [[Status::Active]] <!--[[Status::Active]]  [[Status::Development]] [[Status::Obsolete]] [[Status::Archived]] [[Status::To Delete]]--> | ||
| }} | }} | ||
| + | <!-- End of Template Infobox Generic--> | ||
| + | |||
| + | <!-- ENTER your content as from here --> | ||
Revision as of 13:48, 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>