How do I create a new user in Debian without home directory?
|
feedback
|
|
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.) | |||
|
feedback
|
|
On Debian based systems typically the The | |||
|
feedback
|
|
According to the man page of
| |||||
feedback
|
edit : rtfm ;) http://linux.die.net/man/8/useradd | |||||||||||||
feedback
|