{{egChmodAll}}
find "${HOME}" '(' -type 'd' -execdir chmod --changes 0700 '{}' '+' ')' \ -or '(' -type 'f' -execdir chmod --changes 0600 '{}' '+' ')'