UNIX: chmod the current directory, and all sub directories and files


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

this will chmod the current directory, and all sub directories and files.


Copy this code and paste it in your HTML
  1. chmod -R 777 .

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.