stevenriz
IS-IT--Management
- May 21, 2001
- 1,069
I have used this command in the past to add users...
useradd -u 1224 -g 80 -d /opt/home/username -mk /opt/home/ username
but now when I run it, it created the user directory but seems to want to copy the contents of another user's directory into this one. I have to break out of it because this other user's directory has a ton of stuff in it.
what gives? I swear this is the syntax I use usually....
Steve
useradd -u 1224 -g 80 -d /opt/home/username -mk /opt/home/ username
but now when I run it, it created the user directory but seems to want to copy the contents of another user's directory into this one. I have to break out of it because this other user's directory has a ton of stuff in it.
what gives? I swear this is the syntax I use usually....
Steve