Moiz Asifmoiz-journeytodevops.hashnode.dev·Aug 2, 2023Day 6: File Permissions and Access Control ListsToday, we're going to discuss Linux file permissions and Access Control Lists (ACLs) Create a simple file and do ls -ltr to see the details of the files. You'll see a list of files in the current directory, including "createDirectories.sh," with det...file-permission
Rohit Joharijoharirohit.hashnode.dev·Apr 28, 2023#day6 Task: File Permissions and Access Control ListsAbout File Permissions : File permissions are an essential aspect of computer security that allows users to control access to files and directories. In Unix-based operating systems, file permissions are governed by three different types of users: the...#day6FilePermissionand ACL