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, ...
- 03-07-2008 #1Just 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
- 03-07-2008 #2
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
- 03-07-2008 #3Just 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!
- 03-07-2008 #4
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
- 03-07-2008 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
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.


Reply With Quote
