Living in the Shell #24; chmod (Modify file/directory permissions)
chmod ๐
Modifies file/directory permissions (See here or here for more details).
Permission expressions are mostly formatted as [ugoa][+-=][rwx]:
SymbolMeaning
rRead
wWrite
xExecute
SymbolMeaning
uUser (owner of the file/directory)...
babakks.hashnode.dev2 min read