mhulse / dotfizzles

Fo shizzle … Dotfizzles in the hizzay dirz!
15 stars 4 forks source link

Function/alias for permissions #139

Open mhulse opened 8 years ago

mhulse commented 8 years ago

“Normalize” permissions on files/directories

$ find /home/user -type f -exec chmod 0664 {} \;
$ find /home/user -type d -exec chmod 0775 {} \;