Package: adduser Version: 3.134 adduser --disabled-password --no-create-home test-user
The command `cat /etc/passwd` then shows the new user: test-user:x:1001:1001:Test User,,,:/home/test-user:/bin/bash The command `ls /home/`, correctly; does not contain an entry for the 'test-user' directory. I believe that the home path should be empty; as I had specified "--no-create-home". These commands were run on Debian 12.9