Results 1 to 4 of 4
I am using UNIX shell scripting. I tried using "adduser" to add a user but the program returned "adduser not found"...how come? And what command should I use to delete ...
- 06-04-2007 #1Just Joined!
- Join Date
- Jun 2007
- Location
- SG
- Posts
- 2
Help on add and delete user
I am using UNIX shell scripting. I tried using "adduser" to add a user but the program returned "adduser not found"...how come? And what command should I use to delete a user? Can someone help me please...thanks!
- 06-04-2007 #2
I'm sure it's not the same for all UNIX OSes but on Linux you can use useradd and userdel. Take a look through the man pages:
Code:man useradd man userdel
- 06-04-2007 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Try useradd. You can get a listing of commands here:
SuperMan Pages
Oops... Thrillhouse is quicker than me today.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-04-2007 #4


Reply With Quote
