Howto ncdu » Historie » Version 2
Jeremias Keihsler, 13.01.2017 11:08
1 | 1 | Jeremias Keihsler | h1. Usage of ncdu |
---|---|---|---|
2 | |||
3 | 2 | Jeremias Keihsler | @ncdu@ is like @baobab@ a filesystem usage analyzer. Located in the [[repo_epel|EPEL repository]]. |
4 | 1 | Jeremias Keihsler | |
5 | @ncdu@ doesn't need any graphical interface and is good suited to be used via a @ssh@-connection. |
||
6 | <pre><code class="bash"> |
||
7 | ncdu |
||
8 | </code></pre> |
||
9 | |||
10 | If you want to prevent @ncdu@ to cross filesystemborders you may use option @-x@, to make the screenoutput slow down to save bandwidth on your ssh-connection you may use @-q@ |
||
11 | <pre><code class="bash"> |
||
12 | ncdu -q -x |
||
13 | </code></pre> |