When I type the following useradd command I get a syntax error what am I missing here?
' sudo useradd -u 1234 -g 88 -d /local/home/newuser -s /bin/noshell new user '
Sorry - another thought. Are you being lieteral with /bin/noshell above? If so, does it exist and is it executable? adduser requires anything specified as the -s to be a valid executable such as /usr/bin/ksh
/bin/noshell does exist. These folks use a 3rd party tool that authenticates access via /etc/passwd file, but they do not get command line access. Thanks for your help have a good evening(?) where you are. Never be afraid to ask for help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.