Difference between normal and Sudo user.

Опубликовано: 28 Сентябрь 2024
на канале: Quite Simple
70
3

What’s the Different between a Normal User and a sudo User.

A normal user in Linux is a user account created for regular users with limited permissions.
They can run applications and perform basic tasks on the system,
but cannot make system-wide changes or modify critical system files that require administrative access.

A sudo user in Linux is a user account with elevated permissions
that is authorized to perform system-wide administrative tasks.
They have the ability to modify system files, install software, and perform other tasks that require root access



In summary, a normal user account in Linux has limited permissions and can perform basic tasks on the system,
while a sudo user account has elevated permissions and can perform system-wide administrative tasks using the sudo command.


It is recommended to use a normal user account for regular tasks and only use a sudo user account
when necessary to maintain system security.