Changes

From Amahi Wiki
Jump to: navigation, search
97 bytes added ,  00:13, 22 July 2009
no edit summary
A small Linux cheat sheet, introducing the very basic and very essential commands for surviving at the Linux CLI.
 
<table border="1">
<tr>
<th>Heading</th>
<th>Another Heading</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
===Moving around in the file system===
===Files and directory Permissions===
<table border="1">
<tr>
<th>Command</th>
<th>Action</th>
</tr>
<tr>
<td>chown</td>
<td>Change ownership</td>
</tr>
<tr>
<td>chgrp</td>
<td>Change group</td>
</tr>
<tr>
<td>chmod</td>
<td>Change permissions</td>
</tr>
</table>
'''Command Action'''chown Change ownershipchgrp Change groupNOTE: Calculate permissions automatically using the [http://www.webune.com/an-example-code-script-of-javascript-linux-permission-chart-table-chmod Change permissions-s81.html Linux Permission Chart Table]
12,424

edits