Linux commands - Cheat Sheet

From Micylou WIKI
Revision as of 13:38, 25 February 2021 by DochyJP (talk | contribs) (Text replacement - "Template-uk:Class-Infobox-Software" to "Template:Class-Infobox-Software")
Jump to navigation Jump to search
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>



Back to top of page - Back to Welcome Page