Tech Notes

Linux User Management

In Linux, users can be categorised into 3 general categories:

  1. Regular users: Have access to own file and directory. They have home directory.
    • Regular users can’t perform administrative tasks or access to other users files
    • Home directory for the regular users is /home/<user>
  2. superuser(root): Unrestricted access to the system along with the files of other users. Home directory for superuser is /root
  3. System user: They are responsible for running background tasks on your system. They don’t have home directory.


Posted

in

by

Tags: