Results 11 to 13 of 13
The reason you need multiple users and passwords is for security. I believe you can run linux as root (and single user) if you really want to, but it is ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-06-2005 #11Just Joined!
- Join Date
- Sep 2005
- Location
- Norfolk, UK
- Posts
- 49
The reason you need multiple users and passwords is for security. I believe you can run linux as root (and single user) if you really want to, but it is VERY DANGEROUS, as you have FULL access and permissions to EVERYTHING, and can VERY EASILY screw up your system, even if you don't screw it up, badly written programs can, with full root access all the time.
As serz says, you only need to be root when performing system administrative tasks, such as installing software, updates, and configuration.
Create a regular user account, (i think you can choose to have no password), and use it for normal use. Use root for any admin tasks only.
This applys to all Linux Distros, not just Madriva/Mandrake, its a fundamental feature of Linux.
Google is your freind
- 10-06-2005 #12Just Joined!
- Join Date
- Sep 2005
- Posts
- 10
ok that makes sense.
But how do I log onto root to update and install software, its expired.
Can I prevent it from expiring in the future?
- 10-07-2005 #13Just Joined!
- Join Date
- Apr 2005
- Location
- /usr/home/slith
- Posts
- 93
If you do use lilo as boot manager, try a simple init hack, during the prompt time enter the linux label plus init=/bin/sh just like that:
Where Linux is your linux label.Code:Linux init=/bin/sh
It will replace the normal start scripts for the shell, giving you root access without password, the just:
insert the new password and bingo! new passwordCode:passwd
Of course you can use it single user, but, as said before, if you do that is easier just rm -rf /, cause your system will be wide open to cracking and exploiting... :P


Reply With Quote
