Daily Archives: May 31, 2009

remove user

0
Filed under BSD, Uncategorized, WEB-DEV-LOG
Tagged as

rmuser joe

DISABLING EXISTING USERS (BUT NOT REMOVING THEIR ACCOUNTS)

0
Filed under BSD, Uncategorized, WEB-DEV-LOG
Tagged as

pw lock admin
pw unlock admin

cari.net added an admin user group 0!

BSD hardening

0
Filed under BSD, Uncategorized, WEB-DEV-LOG
Tagged as

by default there are two places for temp files.
/var/tmp
/tmp

move all temp files to /tmp/
ln -s /tmp /var/tmp