Day6: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 the owner of the file or directory, they will not impact the actions of other users. user can also be called def...
sayali.hashnode.dev3 min read