TL;DR


Users and Groups


On Linux, as we discussed previously everything is a file. Another feature of Linux is that all files in the file system must be “owned” by a user account and a group account. When you run ls -l, you see all the metadata info for files, but ALSO the user and group owners for the files in the third and fourth columns:

ls -l (Click to Open)

There are many default users and groups on Linux, something to know is that on Linux, Users have IDs and Groups have IDs, which can be substituted for the name. Some notable groups include: