January 2018
Intermediate to advanced
376 pages
8h 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 others. The three basic permissions are:
Do an ls -l on a file, and you'll see something like this:
-rw-rw-r--. 1 donnie donnie 804692 Oct 28 18:44 yum_list.txt
The first character ...