Users & Groups
What Are Users and Groups? Every process and file on Linux is owned by a user ID (UID) and a group ID (GID) — numbers, not names. Usernames …
Jan 20, 2026
Read more
What Are Users and Groups? Every process and file on Linux is owned by a user ID (UID) and a group ID (GID) — numbers, not names. Usernames …
Permissions: chmod chmod 644 file.txt # owner rw-, group r--, others r-- (standard for files) chmod 755 script.sh # owner rwx, group r-x, …