-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Red Hat Enterprise Linux 8 Administration
By :

Multi-user environments are defined by being able to handle more than one user simultaneously. But in order to be able to administer the system resources, there are two capabilities that help with the tasks:
Each user has a primary group.
By default, a group is created for each user and assigned to it as a primary with the same name as the username.
Standard Linux (and UNIX/POSIX) permissions include user, group, and others (ugo
).
The whole system comes with a set of permissions assigned by default to each file and directory. Be careful when changing them.
There is a principle in UNIX that Linux inherited that is: everything is a file. Even when there may be some corner cases to this principle, it stays true on almost any occasion. It means that a disk...