Your UNIX fortune:

AD 'YOURBASE.**' G UACC(NONE) OWNER(US)
-- Chris Suslowicz
$ SET SECURITY /OWNER='f$user()' /CLASS=BASE USER$DISK:['yourname'...]*.*;*
-- David P. Murphy
# find / -user your -name base -print0 | xargs -0 chown us:us
-- Paul Martin

Other links of interest: