How do I see how much disk space is being used on Linux?

How do I check disk space on Ubuntu?

To check the free disk space and disk capacity with System Monitor:

  1. Open the System Monitor application from the Activities overview.
  2. Select the File Systems tab to view the system’s partitions and disk space usage. The information is displayed according to Total, Free, Available and Used.

How do I clear disk space in Linux?

Freeing disk space on your Linux server

  1. Get to the root of your machine by running cd /
  2. Run sudo du -h –max-depth=1.
  3. Note which directories are using a lot of disk space.
  4. cd into one of the big directories.
  5. Run ls -l to see which files are using a lot of space. Delete any you don’t need.
  6. Repeat steps 2 to 5.

How do I check my free disk space?

It just takes a few steps.

  1. Open File Explorer. You can use the keyboard shortcut, Windows key + E or tap the folder icon in the taskbar.
  2. Tap or click This PC from the left pane.
  3. You can see the amount of free space on your hard disk under the Windows (C:) drive.

How do I check my disk space?

Check with System Monitor

To check the free disk space and disk capacity with System Monitor: Open the System Monitor application from the Activities overview. Select the File Systems tab to view the system’s partitions and disk space usage. The information is displayed according to Total, Free, Available and Used.

Which command will give you information about how much disk space?

The du command with the options -s (–summarize) and -h (–human-readable) can be used to find out how much disk space a directory is consuming.

What does free command do in Linux?

The free command gives information about used and unused memory usage and swap memory of a system. By default, it displays memory in kb (kilobytes). Memory mainly consists of RAM (random access memory) and swap memory.

How do I clean up Linux?

All three commands contribute to free up disk space.

  1. sudo apt-get autoclean. This terminal command deletes all . …
  2. sudo apt-get clean. This terminal command is used to free up the disk space by cleaning up downloaded . …
  3. sudo apt-get autoremove.

How do I clean up my Linux system?

The 10 Easiest Ways to Keep Ubuntu System Clean

  1. Uninstall Unnecessary Applications. …
  2. Remove Unnecessary Packages and Dependencies. …
  3. Clean Thumbnail Cache. …
  4. Remove Old Kernels. …
  5. Remove Useless Files and Folders. …
  6. Clean Apt Cache. …
  7. Synaptic Package Manager. …
  8. GtkOrphan (orphaned packages)

What is using disk space Linux?

df command – Shows the amount of disk space used and available on Linux file systems. du command – Display the amount of disk space used by the specified files and for each subdirectory. btrfs fi df /device/ – Show disk space usage information for a btrfs based mount point/file system.

Like this post? Please share to your friends:
OS Today