Find the answer to your Linux question:
Results 1 to 5 of 5
On my PC, I have the permission for: > sudo su - to login as root without know root's password. But to updates, or install somethings in the graphic interface, ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2

    Adding a user/ full permissions

    On my PC, I have the permission for:
    > sudo su -

    to login as root without know root's password.
    But to updates, or install somethings in the graphic interface, the system always ask me the password of root.

    I thinks add an user who have a full permission is a solution, but I don't know how to do it.
    Have you got any suggestion for me ?

    Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which distro are you using?
    Its not a good idea to enable root login in GUI. You can gksu to launch GUI application with root privileges.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2008
    Posts
    2
    I use Debian. I found a solution with:

    > apt-get upgrade

    and

    > apt-get install

    It's cool! Thanks!

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    apt-get and aptitude are default package managers in Debian. You can use Synaptic too. Its a Graphical Interface of apt-get.

    Check this tutorial on how to install softwares in Linux.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Quote Originally Posted by XeLu View Post
    I thinks add an user who have a full permission is a solution, but I don't know how to do it.
    There is no need to add a user having full permissions because the root user already has this, so you might as well login as root user. Of course logging in as root user is really a very bad idea, and one of the worst habits you can get yourself into.

    I'd give this matter much more thought before creating a user with full permissions, or logging in as root user.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

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