crux points:
- In Linux, the local administrator account is named root.
- This root user account is often referred to as superuser.
- This root user account is used to perform administrative tasks like managing user accounts and performing system configuration changes.
- The Linux system also runs services with root credentials.
- The authority to log on with root credentials is associated with the knowledge of administrative functions.
- The security best practice is to avoid logging in with administrative credentials, but rather to log in with a standard user account and use credentials of root whenever necessary using 'su -' command.
Comments
Post a Comment