Difference between revisions of "Linux commands - Cheat Sheet"

From Micylou WIKI
Jump to navigation Jump to search
m (Text replacement - "Template-uk:Class-Infobox-Software" to "Template:Class-Infobox-Software")
m (Text replacement - "[{{fullurl:{{FULLPAGENAMEE}}|action=mpdf}} Download this page as PDF]" to "[{{fullurl:{{FULLPAGENAMEE}}|action=mpdf}} Download this page as PDF] <br>")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Template Infobox Software -->
+
<!-- Template Infobox Generic-->
{{Template:Class-Infobox-Software
+
{{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::Semantic Query]], ... -->
+
|Section = [[Section::{{PAGENAME}}]]
|Version = [[Version::1.00]] <!-- [[Version::1.00]], [[Version::1.35LTS]] -->
+
|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]] -->
|Subject = [[Subject::Linux]] <!-- [[Subject::Linux]], ... -->
+
|Topic = [[Topic::Linux]] <!-- [[Topic::Mediawiki]], [[Topic::Microsoft]], ... -->
         |DocumentType =  [[DocumentType::CheatSheet]] <!-- [[DocumentType::CheatSheet]], [[DocumentType::Training Course]], [[DocumentType::Examination]], [[DocumentType::Quizz]] -->
+
|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}}]]  
|DocumentStatus = [[DocumentStatus::Active]] <!--[[DocumentStatus::Active]]  [[DocumentStatus::Development]] [[DocumentStatus::Obsolete]] -->
+
|LastEdit = [[LastEdit::{{REVISIONYEAR}}-{{REVISIONMONTH}}-{{REVISIONDAY2}}]]  
 +
|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-->
 
+
[{{fullurl:{{FULLPAGENAMEE}}|action=mpdf}} Download this page as PDF]
 +
<br>
 +
<br>
 
== Generic Linux Commands ==
 
== Generic Linux Commands ==
 
=== CHMOD ===
 
=== CHMOD ===

Latest revision as of 13:59, 14 April 2021

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

Download this page as PDF

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>



Back to top of page - Back to Welcome Page