#!/bin/sh addgroup -S mlmmj 2>/dev/null adduser -S -D -H -h /var/spool/mlmmj -s /sbin/nologin -G mlmmj -g mlmmj mlmmj 2>/dev/null exit 0