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