Changes

Jump to: navigation, search

This Is Your Brain On Informatics: Linux Commands

23 bytes removed, 02:15, 19 March 2014
no edit summary
===General Linux Command Info===
<p>
*Almost every single command should have an argument (an input for a function)
*A filename in Linux refers to both a file's name and a directory's name
</p>
===Common Linux Commands===
===*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 (other) 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 set of 0's 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) will be written as 400 in the command line (after translating the binary to decimal where 100 = 4)
</p>
<br />
{{This Is Your Brain On Informatics}}
347
edits

Navigation menu