File Permissions and Access Control Lists
#90DaysofDevops challenge
File Permissions:
In Linux, there are three types of owners for a file.
User - The user permissions apply only to the owner of the file or directory, they will not impact the actions of other users. user can also be called t...
maazmohd313.hashnode.dev3 min read