Jump to content

Linux: Difference between revisions

376 bytes added ,  17 July 2021
Line 5: Line 5:
==Basic Terminal Commands==
==Basic Terminal Commands==
{{see also | Bash (Unix shell)}}
{{see also | Bash (Unix shell)}}
===List Files===
<code>ls</code>
* <code>-l</code> shows long format
* <code>-a</code> shows all files including hidden files, current directory <code>.</code>, and parent directory <code>..</code>.
** <code>-A</code> omits <code>.</code> and <code>..</code>
* <code>-h</code> human readable file sizes
* <code>-s</code> shows blocks taken up by the file (i.e. size on disk)


===Disk Space===
===Disk Space===