Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Frederick's Blog: "There were great ideas at the start of the development phase, and in in those six months that have passed, Mandriva has always been one of the most active projects on CIA.vc..."
Good and Bad Reasons to Open Source Your Software
Enterprise Open Source Magazine: "This article offers a review of the top reasons that can influence your company to contribute source code to open source or to start new open source projects..."
My Linux Broke--Is It My Fault?
InformationWeek: "One of the adages about Linux that gets passed around a lot goes something like, 'It's a great system, but you really have to know what you're doing...'"
The State of Linux
A Blog Of Gentoo and Other Stuff: "I'd like to challange a little the Linux community. In all recent press, me, my friends and many other people I know are reading about Linux all sorts of information..."
DigitalPersona Dips Fingers (with Prints) into Linux Waters
Hoosier Penguin: "Microsoft-centric vendor gets the idea from current and potential customers that this Linux thing is not such a bad idea..."
4.22. set root password
setting up a root account and password is one of the most important steps during your installation. your root account is similar to the administrator account used on windows nt machines. the root account is used to install packages, upgrade rpms, and perform most system maintenance. logging in as root gives you complete control over your system.
![]() | note |
|---|---|
the root user (also known as the superuser) has complete access to the entire system; for this reason, logging in as the root user is best done only to perform system maintenance or administration. |
use the root account only for system administration. create a non-root account for your general use and su - to root when you need to fix something quickly. these basic rules minimize the chances of a typo or an incorrect command doing damage to your system.
![]() | tip |
|---|---|
to become root, type su - at the shell prompt in a terminal window and then press |
the installation program prompts you to set a root password[1] for your system. you cannot proceed to the next stage of the installation process without entering a root password.
the root password must be at least six characters long; the password you type is not echoed to the screen. you must enter the password twice; if the two passwords do not match, the installation program asks you to enter them again.
you should make the root password something you can remember, but not something that is easy for someone else to guess. your name, your phone number, qwerty, password, root, 123456, and anteater are all examples of bad passwords. good passwords mix numerals with upper and lower case letters and do not contain dictionary words: aard387vark or 420bmttnt, for example. remember that the password is case-sensitive. if you write down your password, keep it in a secure place. however, it is recommended that you do not write down this or any password you create.
![]() | note |
|---|---|
do not use one of the example passwords offered in this manual. using one of these passwords could be considered a security risk. |
![]() | tip |
|---|---|
to change your root password after you have completed the installation, use the root password tool. type the system-config-rootpassword command in a shell prompt to launch the root password tool. if you are not root, it prompts you for the root password to continue. |
notes
| [1] | a root password is the administrative password for your red hat enterprise linux system. you should only log in as root when needed for system maintenance. the root account does not operate within the restrictions placed on normal user accounts, so changes made as root can have implications for your entire system. |


