Understanding Linux / UNIX root user or superuser and how should I use root on my server?

by Vivek Gite on April 24, 2007 · 2 comments

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.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 2 comments… read them below or add one }

1 asd January 21, 2008

can i have multiple root users in LINUX?

Reply

2 pixine May 15, 2008

Can u have multiple administrator in Windows??

Try having multiple users with superuser previlages in Linux… it should work!

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 9 + 12 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: