February 2020
Intermediate to advanced
666 pages
15h 45m
English
On Unix and Linux systems, you would use the chmod utility to set permissions values on files and directories. You can set permissions for the user of the file or directory, the group that's associated with the file or directory, and more. The three basic permissions are as follows:
If you perform ls -l on a file, you'll see something like this:
-rw-rw-r--. 1 donnie donnie 804692 Oct 28 18:44 yum_list.txt
The ...