Changes

From Amahi Wiki
Jump to: navigation, search
554 bytes added ,  01:53, 7 February 2015
See [[Linux-hda commands|Linux HDA Commands]] for Amahi HDA-specific commands.
This is a small Linux cheat sheet, introducing the very basic and very essential commands for surviving at the Linux Command Line Interface (CLI).
<td>less</td>
<td>View text files and paginate them if needed.</td>
</tr>
<tr>
<td>[[Linux-find|find]]</td>
<td>find files or directories.</td>
</tr>
</table>
 
===Manipulating files and directories===
<td>rmdir</td>
<td>Remove an empty directory.</td>
</tr>
<tr>
<td>nano</td>
<td>Interactively edit a text file (sort of the command line equivalent to notepad.exe or TextEdit)</td>
</tr>
</table>
===Files and directory /Directory Permissions===
<table border="1">
<tr>
'''NOTE:''' [http://www.webune.com/an-example-code-script-of-javascript-linux-permission-chart-table-chmod-s81.html Linux Permission Chart Table] calculates based on user input.
 
Another good link on the basics of [http://www.ahinc.com/linux101/permission.htm linux permissions].
 
=== CRON Tester ===
[http://cron.schlitt.info/ CRON Tester] and [http://www.cronchecker.net cron checker] will show you what your CRON definition equates too in time and frequency.
 
For example, <code>0 2 * * *</code> equates to ''2AM daily''.
12,424

edits