/ Published in: Bash
some helpful chomod commands
Expand |
Embed | Plain Text
chmod -R u+w folder/or/file // recursively sets write permissions to user chmod -R o-w folder/or/file // recursively removes write permissions from others etc.
You need to login to post a comment.
