Wolfman
Wed Apr 25, 2012 9:37:42 am
Hi,
in order to complete some tasks in Ubuntu Gnome based Linux systems; it is necessary to make yourself into user root, you can do this by:
Open a terminal with Ctrl + Alt + t and paste the following command:
(for Kubuntu: kdesu konqueror)
(for Xubuntu: gksudo thunar)
this will open a new window and you can do what you need to do as "root", as soon as you close the window; user root shuts down and you continue as a normal user.
It is important to note that while working as root; you are aware that whatever you are doing; will be done at an administrative level and any permissions given; are normally given to "root" only, if you feel you also need to create permission for a normal user, right click on the file or folder or package and go to > properties > permissions and select which user(s) you want to apply permissions to.
When you are asked for your "root" password, give your normal user password unless you created a specific password for "root".
Regards Wolfman
See also:
https://help.ubuntu.com/community/RootSudo
and:
http://www.psychocats.net/ubuntu/permissions
in order to complete some tasks in Ubuntu Gnome based Linux systems; it is necessary to make yourself into user root, you can do this by:
Open a terminal with Ctrl + Alt + t and paste the following command:
- Code:
gksudo nautilus
(for Kubuntu: kdesu konqueror)
(for Xubuntu: gksudo thunar)
this will open a new window and you can do what you need to do as "root", as soon as you close the window; user root shuts down and you continue as a normal user.
It is important to note that while working as root; you are aware that whatever you are doing; will be done at an administrative level and any permissions given; are normally given to "root" only, if you feel you also need to create permission for a normal user, right click on the file or folder or package and go to > properties > permissions and select which user(s) you want to apply permissions to.
When you are asked for your "root" password, give your normal user password unless you created a specific password for "root".
Regards Wolfman
See also:
https://help.ubuntu.com/community/RootSudo
and:
http://www.psychocats.net/ubuntu/permissions