File Permissions and Access Control Lists in Linux
File permissions in Linux control who can read, write, and execute files and directories. By default, all files and directories have three permissions:
User (owner): The user who created the file or directory has full permissions.
Group: The group ...
itsabhijeet.hashnode.dev5 min read