How to Check Disk Space Usage in Linux?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to Check Disk Space Usage in Linux?

    What is Disk space usage?

    #2
    What is Disk space usage?
    Disk space usage indicates how much space a system uses to perform various tasks or run a program.

    To check Linux disk space usage:
    Use the 'df' command in the terminal to check disk space. The output shows available disk space and space used by the system.

    '--output' lets you check disk usage in a specific format.

    'awk' is used to check disk usage in GB.
    Scott Harwood
    AccuWebHosting | Affordable Forex VPS Hosting Provider

    Comment


      #3
      The percentage of a computer's storage that is now being used is referred to as disk usage (DU). In contrast, the total amount of space that a specific disk is capable of storing is known as disk space or capacity. Kilobytes (KB), megabytes (MB), gigabytes (GB), and/or terabytes are often used units to describe disk utilisation (TB).

      Comment

      Working...
      X