1 Answer
Yes there is a option in useradd command to create a user without creating home directory,
useradd -M username
or
useradd --no-create-home username
Your Answer