Linux commands - Cheat Sheet

From Micylou WIKI
Revision as of 13:48, 26 February 2021 by DochyJP (talk | contribs) (Changed Infobox)
Jump to navigation Jump to search
Source: DataSource
Language: English
Topic: Linux
SubTopic: Linux Commands
Last Edit By: DochyJP
LastEdit: 2021-02-26
Document type: User Guide
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