This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
File permissions¶
with
chmod
,chown
,chgrp
,getfacl
,umask
, ...
WIP
Reference(s)
Table of contents¶
Tips¶
- recursive folder (only folders and not files) group rights inheritance:
TODO
TODO:
- how to
chmod ug+rw && chmod o+r && chmod o-w
recursively if no execution rightchmod ug+rwx && chmod o+rx && chmod o-w
recursively if execution right
If this cheat sheet has been useful to you, then please consider leaving a star here.