Linux-Konsole

6189 mal gelesen

Die wichtigsten Konsolenbefehle in Linux findet man unter: http://www.computerhope.com/unixtop1.htm

One Reply to “Linux-Konsole”

  1. The output of the ‚df‘ command will show you overall disk usage. To find out how much space a give directory is used us the ‚du -s ‚ command.

    # df -h

    This will output the usage of each partition in the server. To list the size of a specific directory, run the following command:
    # du -sh /home/

    If you want to list all the subdirectory sizes under /home, run the following command:
    # du -sh /home/*

    (http://knowledgelayer.softlayer.com/procedure/how-can-i-check-my-hard-disk-usage-linux)

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

CAPTCHA: Bitte folgende Rechenaufgabe lösen (blockiert Spam) - Ziffern eingeben! Danke! * Time limit is exhausted. Please reload CAPTCHA.