1 2 3 4
#!/bin/sh adduser -S -D -g fcron fcron -H -s /sbin/nologin 2>/dev/null addgroup -S fcron exit 0