Linux File Permissions and Access Control Lists
Let's understand file permission
File permissions are core to the security model used by Linux systems. They determine who can access files and directories on a system and how. There are three permission of a file
Read
Write
Execute
The ls comma...
ankittkx.hashnode.dev2 min read