There are 3 types of users in Linux.
- Regular
- Administrative(root)
- Service
Regular User
A regular user account is created for you when you install Ubuntu on your system. All your files and folders are stored in /home/ which is your home directory. As a regular user, you do not have access to directories of other users.
Root User
Other than your regular account another user account called root is created at the time of installation. The root account is a superuser who can access restricted files, install software and has administrative privileges. Whenever you want to install software, make changes to system files or perform any administrative task on Linux; you need to log in as a root user. Otherwise, for general tasks like playing music and browsing the internet, you can use your regular account.
Service user
Linux is widely used as a Server Operating System. Services such as Apache, Squid, email, etc. have their own individual service accounts. Having service accounts increases the security of your computer. Linux can allow or deny access to various resources depending on the service.
Note:
- You will not see service accounts in Ubuntu Desktop version.
- Regular accounts are called standard accounts in Ubuntu Desktop
In Windows, there are 4 types of user account types.
- Administrator
- Standard
- Child
- Guest
