Difference between revisions of "Linux commands - Cheat Sheet"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
	
	
        
		
	
| m (Typing fault correction) | m (Added template version in infobox for future updates) | ||
| Line 11: | Line 11: | ||
| 	|LastEdit = [[LastEdit::{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}]]   | 	|LastEdit = [[LastEdit::{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}]]   | ||
| 	|Status = [[Status::Active]] <!--[[Status::Active]]  [[Status::Development]] [[Status::Obsolete]] [[Status::Archived]] [[Status::To Delete]]--> | 	|Status = [[Status::Active]] <!--[[Status::Active]]  [[Status::Development]] [[Status::Obsolete]] [[Status::Archived]] [[Status::To Delete]]--> | ||
| + | 	|Access = [[Access::free]] <!--[[Access::free]] [[Access::Private]] [[Access::Subscription]] --> | ||
| + | 	<!-- Template version 1.01 --> | ||
| }} | }} | ||
| <!-- End of Template Infobox Generic--> | <!-- End of Template Infobox Generic--> | ||
| − | |||
| − | |||
| − | |||
| == Generic Linux Commands == | == Generic Linux Commands == | ||
Revision as of 07:51, 13 April 2021
| Source: | DataSource | 
|---|---|
| Language: | English | 
| Topic: | Linux | 
| SubTopic: | Linux Commands | 
| Last Edit By: | DochyJP | 
| LastEdit: | 2021-04-13 | 
| 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>