ICE
TCP/IP Products => TCP-PLUS => Topic started by: tgoshen on March 08, 2007, 03:03:32 pm
-
Good Afternoon. I had previously posted a topic regarding how to change a users password. I figured that out with your help and I am grateful for that! (you have no idea how long Ive been trying to get this fixed). My next question is when I log onto DejaWin as root how on earth do I add a user? I am not the typical computer saavy person and I have absolutely no help from anyone so Im trying to do this myself. Employees are coming and going and I need help!!! I greatly appreciate this. Thank you!
-
Well, this is a unix question. You are NOT logging into Dejawin, you are USING Dejawin to log into the unix machine. On most versions of unix, you can use either:
useradd
or
adduser
You can try looking at the man page on both of this like this:
man useradd
or
man adduser
It's likely that when you add a user you will have to do some addition setup which depends on the application that you are running on your unix machine.