Results 1 to 10 of 10
i login as root...everything works fine
then i login as "jan".I open a terminal and type
Code:
su root
i type my root password and i get error
su: Permission ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-13-2006 #1
su problem
i login as root...everything works fine
then i login as "jan".I open a terminal and typei type my root password and i get errorCode:su root
what to do?????su: Permission denied
- 10-13-2006 #2
Add urself in the wheel group.
- 10-14-2006 #3
- 10-14-2006 #4
in User and Groups management ( look in control center ), select user_name and click on edit. add 'wheel' group from available 'group list'.
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-14-2006 #5
i dont have control center coz i have GNOME only
ill check in administration menu....
- 10-14-2006 #6
assign group through 'adduser' command.
adduser user_name wheel
you must be 'root' to execute this command
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-14-2006 #7that wasnt needed
Originally Posted by devils_casper
i solved the problem administration>users and groups
i made myself wheel....
- 10-14-2006 #8
you should know a bit of command line stuff too

casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-14-2006 #9
ah...dont worry...i've remember that.....
su rootadduser jan wheel
- 10-15-2006 #10
THis might help
Login: root
Password: (Your root password)
# useradd -m -G users,wheel,audio -s /bin/bash john
# passwd john
Password: (Enter the password for john)
Re-enter password: (Re-enter the password to verify)


Reply With Quote
