Linux commands - Cheat Sheet

From Micylou WIKI
Revision as of 15:41, 5 January 2021 by DochyJP (talk | contribs) (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template-uk:Class-Infobox-Software


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