Batch recursive permission change with find and chmod

Batch recursive permission change with find and chmod

 bash | 
 
 copy code |
?

1
#change directories permissions 
2
find / -type d -exec chmod 755 {} \; 
3
4
5
#change files permission