Help with useradd command

Hi,

I want to create multiple user in same home directory.
Is it possible ?
If possible then please tell me how.

Thanks in advance.

Generally this is a bad idea.
E.g. a graphical desktop won't work.
And, if terminal-only login suffices, giving each user the same UID (same identity) will give you a security problem one day.

Instead of doing that. Why not make a common folder in /home which every users has access to.
Also, if you want, when creating the user don't create his default dir.

Yes, You can do it. It is possible to use same home directory for two users but it will create conflicts for some cases. :slight_smile: