|
You'd only need ./ in front of a command if you're in the directory where it resides and that directory is not already in your PATH variable.
Anyway, perhaps adduser produces a lock file that is still there after the command completed (error, not the way it should happen). So see if you can find it and manually delete it. I'd start by looking in /var/lock for a filename with adduser or similar in the filename.
|