File Permissions and Access Control lists
Task 1: Create a Simple file and do ls -ltr to see the details of the file.
# Created a folder
mkdir file-permission
#Created a file
touch file-permission.txt
# command to view the specific file on the system
ls -ltr | grep -E file-permission
Outp...
blog.automation-dev.us2 min read