This Post Has Been Viewed 183 Times Since Sun Apr 20, 2008 6:58 pm Posted By cantun_1984 with 3 replies
POST# 1210
Posted On: Sun Apr 20, 2008 6:58 pm
cantun_1984
Topic: Create Linux Unix User Account Shell Command Superuser
hello,
you know, i started using linux only last month and i need to know how i can create a linux user with super user permission. i have no idea how to do this since im creating an account through the unix shell command prompt. i need help. anyone please...
Share:
BBCODE:
HTML Code:
Fri Apr 25, 2008 8:16 pm
1
Web Hosting Support
Reply #1999
for redhat environments:
#adduser login-name
for most SuSE environemtns:
# adduser -m login-name
* login-name is whatever username you want to create
Fri Apr 25, 2008 8:17 pm
2
cantun_1984
Reply #2000
how do i assign the password?
Fri Apr 25, 2008 8:18 pm
3
Web Hosting Support
Reply #2001
you do it with the passwd command
# passwd login-name
Related
Create Linux Unix User Account Shell Command Superuser