/ Published in: Bash
some helpful chomod commands
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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.