Table of Contents

TuxSoftware

Users

Users on real tux that aren't needed on new tux

Users on new tux that weren't on real tux

Users on new tux whose home directories don't exist:

cut -d: --output-delimiter=' ' /etc/passwd | { while read USER DIR; do if [ ~! -d $DIR ]; then echo $USER $DIR; fi; done }

Groups

To be investigated

Users

Groups