I want to create user with least privileges. Without home, without rights, without shell. How to do that? When I call useradd it creates user with home
|
feedback
|
|
Per the man page, this command will create a user with no home directory, and no shell.
| |||
|
feedback
|
useradd? – Cylindric Dec 16 '11 at 16:33