Change Permission


/ Published in: Bash
Save to your folder(s)

some helpful chomod commands


Copy this code and paste it in your HTML
  1. chmod -R u+w folder/or/file // recursively sets write permissions to user
  2. chmod -R o-w folder/or/file // recursively removes write permissions from others
  3. etc.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.