Difference between revisions of "Linux commands - Cheat Sheet"

From Micylou WIKI
Jump to navigation Jump to search
m (Added template version in infobox for future updates)
m (Text replacement - "<!-- End of Template Infobox Generic--> " to "<!-- End of Template Infobox Generic--> [{{fullurl:{{FULLPAGENAMEE}}|action=mpdf}} Download this page as PDF]")
Line 15: Line 15:
 
}}
 
}}
 
<!-- End of Template Infobox Generic-->
 
<!-- End of Template Infobox Generic-->
 
+
[{{fullurl:{{FULLPAGENAMEE}}|action=mpdf}} Download this page as PDF]
 
== Generic Linux Commands ==
 
== Generic Linux Commands ==
 
=== CHMOD ===
 
=== CHMOD ===

Revision as of 13:47, 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