What are the three security provisions UNIX provides for a file or data?
  • Read (r): Read permission allows you to open and read the file's contents.
  • Write (w): Write permission will enable you to edit, delete, or rename the file.
  • Execute (x): A program cannot be run or executed on Unix systems unless the execute permission is set.
BY Best Interview Question ON 30 Dec 2022