1 2 3 4 5
#!/bin/sh adduser -S -h /var/spool/snmptt -s /sbin/nologin -D -g snmptt snmptt 2>/dev/null exit 0