Can you please be specific on args. i have used sudo before But with my new project the requirement is this, thats the reason.
Thanks.
yuzh
>Can you please be specific on args.
It depends on how you want to create the user, eg:
useradd -c "User comment or GCOS" -d /home/newuser -p passwd -g group -m -k /etc/skel -s bin/sh newuser
Thanks.