Results 1 to 6 of 6
i am one of the dumbest people when it comes to linux. im trying to use the terminal to log into root, using the command "su" but it says
Code:
...
- 11-16-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 9
simple question... i hope
i am one of the dumbest people when it comes to linux. im trying to use the terminal to log into root, using the command "su" but it says
i remember changing around the permissions a while back on a bunch of folders... ive been playing with this for a while, changing permissions as root around, all i need to be able to do is access root under the terminal on a non-root user... i hope this makes sense. but dont know how to do it. Thanks!Code:su: cannot set groups: Operation not permitted
- 11-16-2006 #2
- 11-17-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 9
how would i go about doing that?
- 11-17-2006 #4Linux User
- Join Date
- Aug 2005
- Posts
- 408
login as root. Then do:
adduser (your username) wheel
- 11-17-2006 #5Linux Newbie
- Join Date
- Nov 2006
- Posts
- 123
perhaps need to actually log out of the desktop, then log back in again as root?
since can't gain root access using 'su'.
- 11-18-2006 #6Just Joined!
- Join Date
- Nov 2006
- Posts
- 9
thanks. didnt know the command for adding users to a group.


Reply With Quote