With ZFS and automounted home directories, we cannot do a simple useradd -m <username>.
Instead we must do something like this:
useradd -d /export/home/<username> -m <username>
With ZFS and automounted home directories, we cannot do a simple useradd -m <username>.
Instead we must do something like this:
useradd -d /export/home/<username> -m <username>