[SOLVED] Debian useradd and CREATE_HOME
by berndbausch from LinuxQuestions.org on (#4Y55E)
Trying to get familiar with Debian 10. Here is my first hickup:
Code:root@debian:~# grep CREATE /etc/login.defs
CREATE_HOME=yes
root@debian:~# useradd user123
root@debian:~# ls /home
student
root@debian:~#According to the man pages for login.defsand useradd, CREATE_HOME should make useraddcreate the home directory. What am I missing?


Code:root@debian:~# grep CREATE /etc/login.defs
CREATE_HOME=yes
root@debian:~# useradd user123
root@debian:~# ls /home
student
root@debian:~#According to the man pages for login.defsand useradd, CREATE_HOME should make useraddcreate the home directory. What am I missing?