3 lines
104 B
Bash
3 lines
104 B
Bash
|
find ~/gopher/ -type d -print0 | xargs -0 chmod 755
|
||
|
find ~/gopher/ -type f -print0 | xargs -0 chmod 644
|