1 2 3 4 5 6
#!/bin/sh adduser -S -D squid -H /var/cache/squid 2>/dev/null addgroup -S winbind 2>/dev/null addgroup squid winbind exit 0