Find the answer to your Linux question:
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: ...
  1. #1
    Just 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
    Code:
    su: cannot set groups: Operation not permitted
    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!

  2. #2
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    try adding yourself in "wheel" group

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    9
    how would i go about doing that?

  4. #4
    Linux User
    Join Date
    Aug 2005
    Posts
    408
    login as root. Then do:
    adduser (your username) wheel

  5. #5
    Linux 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'.

  6. #6
    Just Joined!
    Join Date
    Nov 2006
    Posts
    9
    thanks. didnt know the command for adding users to a group.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...