File Permission and Access Control List
File permissions are core to the security model used by Linux systems. They determine who can read, write and execute files.
How to view Linux file permissions?
To view file permissions, use the ls -ltr command.
ls -ltr
Here’s what each part repres...