I'm trying to create a new user for my Ubuntu, used this command:
sudo useradd -d /home/dinesh -m ansi
But I keep getting this error
useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.
Why do I keep getting this error?