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


You need to login to view comments.