Linux Commands
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
========================================================================================
find . -user root | xargs chown steved
========================================================================================
find /usr/local/src -exec grep -s "mytext" {} \; -exec echo " " {} "\n" \;
========================================================================================
rsync -avz --no-perms /the/original/path/subdir -e ssh login@server:/the/original/path
========================================================================================
> echo {con,pre}{sent,fer}{s,ed}
consents consented confers confered presents presented prefers prefered
========================================================================================
> id
uid=501(steved) gid=20(staff) groups=20(staff),98(_lpadmin),81(_appserveradm),
101(com.apple.sharepoint.group.1),79(_appserverusr),80(admin)
========================================================================================
> arch
i386
========================================================================================
bc -l
========================================================================================
killall -HUP inetd
kill -stop PID
kill -cont PID