Projekt

Allgemein

Profil

Howto ncdu » Historie » Version 1

Jeremias Keihsler, 13.01.2017 11:08

1 1 Jeremias Keihsler
h1. Usage of ncdu
2
3
@ncdu@ is like @baobab@ a filesystem usage analyzer. Located in the [[vbip:software:operatingsystem:centos6:repo:epel|EPEL repository]].
4
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>