Open main menu

Pathology Education Instructional Resource β

Changes

This Is Your Brain On Informatics: Linux Commands

28 bytes added, 21:19, 1 December 2013
*Notes on chmod
<p>
'''chmod''' has several input options. Using a + and an r, w, and/or x will add read, write, or execute permissions respectively to the given file. A - will take these away. The other system is a binary system in which there are permissions for the private user, the group, and the public given as 000 000 000 where each set of three 0's equals the private user, group , or public respectively. The first 0 in each group is for reading permission, the second for writing, and the third for executing. Because it is binary 100 000 000 (permission for the private user to read only read) will be written as 400 in the command line (after translating the binary to decimal where 100 = 4)
</p>
347
edits