Understanding Linux / UNIX root user or superuser and how should I use root on my server?
Q. Can you explain the concept of superuser under Linux / UNIX? How how should I use root on my CentOS Linux server?
A. root is the superuser on a Unix or Linux system. root is the first user created during the process of installing any Linux distro or UNIX like operating system. root has unlimited powers can do anything on system hence the term superuser is used. Please note that Windows NT/2003 server also has Administrator user. It is not an exact analogue of the Unix root superuser account
How should I use root on my server?
It is never good practice for anyone to use root as their normal user account, because simple typographical errors can cause major damage to the system. It is recommended to create a normal user account instead and then use the su command to switch when necessary. Some use the sudo utility instead, which allows a measure of graduated access.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- How can I log in as root?
- Ubuntu Linux root password - default password
- Can I create another root user account in Linux / UNIX?
- How to add a ssh user in FreeBSD server
- FreeBSD locking an account
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!



January 21st, 2008 at 5:56 am
can i have multiple root users in LINUX?
May 15th, 2008 at 2:56 pm
Can u have multiple administrator in Windows??
Try having multiple users with superuser previlages in Linux… it should work!