Published
- 1 min read
linux create user with home directory
The solution for this is noted below
linux create user with home directory
Solution
sudo useradd -m -d /home/username username
Try other methods by searching on the site. That is if this doesn’t work