Web Hosting Talk







View Full Version : (Redhat 9) Adduser help


Altrez
04-12-2004, 11:44 PM
Hello,

I'm running Redhat 9 with WHM\CPanel. I need to give a friend su shell access to install a few web site scripts. How do I add him?

adduser example please. And rmuser example on how to remove him after he installed all the scripts.

Thanks,

Alt

scooterh
04-12-2004, 11:49 PM
login and then su to root, then adduser usernamehere, then passwd usernamehere, it will then prompt you for the password you want for him.

as giving him su access you can edit /etc/group and add him to the "wheel" group or go into WHM and goto wheel group users and add him. once done you can do userdel usernamehere to remove the user from the system.

superprogram
04-12-2004, 11:51 PM
useradd username -p password

userdel -r username

human39
04-13-2004, 02:21 PM
to get all the options, do a 'man adduser'