1 2 3 4
#!/bin/sh addgroup yadifa 2>/dev/null adduser -h /var/yadifa -s /sbin/nologin -S -D yadifa -G yadifa 2>/dev/null exit 0