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


You need to login to view comments.