Difference between revisions of "Linux commands - Cheat Sheet"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
        
        
		
	
|  (Page creation) | m (Text replacement - "Template-uk:Class-Infobox-Software" to "Template:Class-Infobox-Software") | ||
| Line 1: | Line 1: | ||
| <!-- Template Infobox Software --> | <!-- Template Infobox Software --> | ||
| − | {{Template | + | {{Template:Class-Infobox-Software | 
| 	|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::Semantic Query]], ... --> | 	|Source = [[Source::DataSource]] <!-- [[Source::DataSource]], [[Source::Semantic Query]], ... --> | ||
Revision as of 13:38, 25 February 2021
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>