09 April 2010 Configure Users Sextant # change umask in skeleton profile to default to group writable vi /etc/profile change to umask 002 vi /etc/group change toby:x:1000: to figment:x:1000: change staff:x:50: to staff:x:50:toby,kris ### Standard martech users # useradd options: # -m create and populate the user's home directory # -g default group # -s login shell # -c comment - Full user name # -u numeric value for hardcoded UID /usr/sbin/useradd -m -s /bin/bash -g figment -c "Kris Puderbaugh" kris visudo # /etc/sudoers add kris ###############################