Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Disk space check  (Read 3749 times)

0 Members and 1 Guest are viewing this topic.

Thiru

    Topic Starter


    Rookie

    Disk space check
    « on: March 11, 2011, 02:30:11 PM »
    Hi all,

    Can anyone please help me to check the disk space availble on my Unix Box. The command should return the total disk size, used size and availbale free space.

    Thanks in advance.

    Regards,
    Thiru,

    mr-bisquit

    • Guest
    Re: Disk space check
    « Reply #1 on: March 11, 2011, 08:20:00 PM »
    Quote
    man df
    The manual page
    Code: [Select]
    df --helpFor other options.

    SilentAssasin64



      Apprentice

      Thanked: 5
      • Yes
      • Yes
    • Computer: Specs
    • Experience: Experienced
    • OS: Linux variant
    Re: Disk space check
    « Reply #2 on: March 14, 2011, 02:00:34 PM »
    Code: [Select]
    df -h

    That will give the values in "human" format.
    Back In The Game