02 Oct 2012 Configure Users Centaurus 12:46 # change umask in skeleton profile to default to group writable touch test vi /etc/profile add: umask 002 logout login touch test2 -rw-r--r-- 1 toby toby 0 Aug 30 00:04 test -rw-rw-r-- 1 toby toby 0 Aug 30 00:05 test2 # configure groups vi /etc/group change toby:x:1000: to martech:x:1000: change staff:x:50: to staff:x:50:toby ### 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 martech -c "David OGorman" dave /usr/sbin/useradd -m -s /bin/bash -g martech -c "Daryl Swensen" dswensen /usr/sbin/useradd -m -s /bin/bash -g martech -c "Erik Arnesen" earnesen visudo # /etc/sudoers add dave add dswensen add earnesen ###############################