+ Reply to Thread
Results 1 to 1 of 1
Thread: Adding wheel user
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
Adding wheel user
Guys,
see how to add wheel users in linux
#useradd <username>
#passwd <password>
#vi /etc/group
wheel:x:10:root,<username>
save and exit
Try to login as created wheel user.


LinkBack URL
About LinkBacks



Reply With Quote