Granting Access Permission to a file to a specific user [closed] Granting Access Permission to a file to a specific user [closed] linux linux

Granting Access Permission to a file to a specific user [closed]


Unix uses discretionary access control (DAC) for permissions and access control. For better security SELinux provide mandatory access control (MAC). This is consider difficult for administrators to set up and maintain.

Use commands:

chown user_name filechown user_name folderchown -R user_name folder #recursive