Announcement

Collapse
No announcement yet.

checking disk space

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    checking disk space

    How can I check how much disk space I have left from the command line? What commands do I need?

    -Ian

    #2
    Re: checking disk space

    As simple as

    $ df

    and I think it's an internal bash command, so you have all you need already.

    (Google is your friend...)

    Comment


      #3
      Re: checking disk space

      and df -h will give you a human view (with GB, MB, and KB)
      Cheers

      Comment

      Working...
      X