0

Adduser without home directory

Hi, I want to know is there any option to create a Linux user, but i don' t want to create a home directory for the user.

kimweasley
asked Jan 11, 2018
1 Answer
0

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
View More
parthiban
answered Jan 12, 2018
Your Answer
||||
 
100:0