Why You Shouldn’t Use the root Login?


The root login does not restrict you in any way. When you log in as root, you become the system. The root login is also sometimes called the superuser login. With one simple command, issued either on purpose or by accident, you can destroy your entire Linux installation. For this reason, use the root login only when necessary. Avoid experimenting with commands when you do log in as root.



Explore posts in the same categories: Linux Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • In terms of DB2 indexing, what is the root page ?
  • The simplest DB2 index is the B-tree and the B-tree's top page is called the root page. The root page...
  • If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users ?
  • Maintain the login state security through a database....
  • What is document root
  • The top-level directory of a WAR. The document root is where JSP pages, client-side classes and archives, and static Web...
  • What is a root page ?
  • The opposite of a leaf page; it is the highest level index page.  An index can contain only the one...
  • What is the difference between login controls and Forms authentication?
  • Login controls are an easy way to implement Forms authentication without having to write any code. For example, the Login...
  • What is anonymous FTP and why would you use it?
  • Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP...
  • What is anonymous FTP and why would you use it?
  • Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP uses...
  • Explain anonymous FTP and why would you use it ?
  • Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP uses...
  • What account is created when you install Linux?
  • root-Whenever you install Linux, only one user account is created. This is the superuser account also known as root....
  • What is content
  • In an XML document, the part that occurs after the prolog, including the root element and everything it contains....

    Comment:

    You must be logged in to post a comment.