File System Permissions
We'll cover the following...
Permissions
The mkdir
, rm
, cp
, and mv
utilities check the file system permissions before acting. These permissions define whether we can operate on the target object. Let’s consider this file system mechanism in detail.
Permissions restrict the users’ actions on the file system. The OS tracks these actions and checks their allowance. Each user can access only their files and directories because of this feature. Users can share files with each other, but they should allow it explicitly. This sharing doesn’t work by default. It also restricts access to the OS components.
Permissions allow several people to share one computer. This workflow was widespread in the 1960s ...
Access this course and 1400+ top-rated courses and projects.