Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 201 Bytes

change-permission-recursively-to.md

File metadata and controls

9 lines (8 loc) · 201 Bytes

Title: change permission recursively to folders only Date: 2010-03-23 17:58 Author: Andrea Zonca Tags: linux Slug: change-permission-recursively-to

find . -type d -exec chmod 777 {} \;