1 #!/bin/bash 2 3 getent passwd cactiuser || useradd -m -d /var/empty -s /bin/false cactiuser 4 passwd -l cactiuser
Generated by cgit