SF‐week11‐Lab Journal ‐ File Permissions - Wudong-champlain/Spring2024 GitHub Wiki

  1. Which permission protects the confidentiality of files and how? r's and w's are the permission that protects the confidentiality of files, they work but only allow some access to non owners of the files, like how in the lab we were about to read the files even though we are no longer the owner but we weren't able to edit the files like save it.
  2. Which permission protects the integrity of files and how? 'rwx' can be used to protects the integrity of files by giving access to some people onto some files
  3. How might system availability be compromised if users are not prevented from running certain programs or scripts? The system might not be accessible even by the owner of the files