100%(1)1 out of 1 people found this document helpful
This preview shows page 1 - 5 out of 9 pages.
File system permissions1File permissions in Linux File SystemCS 3307University of the People
File system permissions2Exercises1. Let’s learn a little bit about file permissions. Go to your home directory and run:$ ls –laTake a screenshot.
File system permissions32. Create an empty file called “A.txt”. Let’s look at the file permissions for “A.txt”.$ ls –l A.txtWhat does the file permissions (the portion shown above) read for “A.txt”?