1 #!/bin/sh 2 3 /usr/sbin/groupadd ntp 4 /usr/sbin/useradd -g ntp -d /var/empty -s /bin/false ntp 5 /usr/bin/passwd -l ntp
Generated by cgit