Day 6 Task: File Permissions and Access Control Lists
#devops
Three types of Linux Permission classes
User
group
other
Default permission is -rw-rw-r
chmod 777 file.txt
chmod 640 file.txt
for the user can get access from the file called sudoers file
cat /etc/sudoers
root ALL = (ALL:ALL) ALL
(ALL...
madhuripdevops.hashnode.dev2 min read