First page Back Continue Last page Overview

 

Linux Process Security

 
  • When a process accesses a file the user and group of the process are compared with the user and group of the file

    • If the user matches the user permissions apply
    • If the group matches, but the user doesn't, the group permissions apply
    • If neither match, the other permissions apply