Is it a bug or it's normal ?
I know the debian distro don't have a GUI for the administration but Lisa had one. What about Maya ?


Note: By default, your “root” password is the same as the password you chose during the installation. If
you do not know what this means, then don't worry about it.
su - root

NormanDunbar wrote:I believe, from reading the "Introduction to Linux Mint" manual's installation instructions, that when you set up a user as part of the install, then the root user gets the same password. This appears to be true of my own KDE installation of Mint 13, because both my user and the root user had the same password.
Page 20 (of 51) says, right at the bottom:Note: By default, your “root” password is the same as the password you chose during the installation. If
you do not know what this means, then don't worry about it.
However, I should imagine that even with this password you shouldn't be able to login as root, at least, not into the GUI. Most Unixes and Linuxes try to prevent you logging in as root (in the GUI) because it is "dangerous".
If you need to be root, login to a console session (press CTRL+ALT+F1 or F2-F6) to get a console session and login as root there, of, start a terminal in your own GUI session, andType root's password when prompted. That should get you a root console session.
- Code: Select all
su - root
By the way, if you do use the CTRL+ALT+F1, when you exit, or any time you need to be back in the GUI, press CTRL+ALT+F7. You can switch between the sessions at will.
HTH
Cheers,
Norm.

karlchen wrote:I do wonder whether the decision to unlock the root account by default and to give the same password to the first user account and to root can be considered wise in any way?![]()

Asimov wrote:But some application are very poorly adapt to this stupid decision of removing the desktop for the root. I just had to install 20 debian packages. And i was asked for my password 20 times. Because the application only work for one package by request.
sudo apt-get install x y zAsimov wrote:Quite frankly, it is a real nuisance when you are working to create on an icon set because you have to worry about the privilege on every test. OpenSuse did come up with a solution: you can launch a filemanager in the superuser mode and every tasks are in superadministrator mode. For example with this filemanager, if i check a text with gedit, i don't have to give the password again.
sudo gedit filenamesu -
What did yo use to install all 20 packages? In Mint there's a utility called "Software Manager" which asks once. I don't use it as such myself, I use the command line and



sudo su
breaker wrote:about running as the super user (su) for a bit, in Mint I just use
- Code: Select all
sudo su

Users browsing this forum: No registered users and 20 guests