Question - Explain the method of changing file access permission?
Answer -
There are three sections to be considered while creating/changing file access permission.
- File owner’s user ID
- File owner’s group ID
- File access mode to define
These three parts are arranged as follows:
(User permission) – (Group permission) – (other permission)
Three types of permission are
r – Reading permission
w – Writing permission
x – Execution permission