Linux Users
Linux uses a user-based security model where every process runs under the context of a user. Some key points about Linux users:
Each user is assigned a unique user ID (UID). The first user created has a UID of 0 and is called root.
Users belong to ...
eluchn.hashnode.dev15 min read