How do I create a new user in Debian without home directory?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Not really sure if you can create a user which doesn't have a home directory specified. That being said, the specified home directory doesn't have to exists. You can call the adduser with the option --no-create-home. adduser --no-create-home foo (adduser is usually the preferred higher level tool if called interactively.) |
|||
|
|
|
On Debian based systems typically the The |
|||
|
|
|
According to the man page of
|
|||||
|
edit : rtfm ;) http://linux.die.net/man/8/useradd |
|||||||||||||
|