Multiple choice technology operating systems

How to find free space in linux

  1. df -h

  2. du

  3. rm

  4. du -sh

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The df -h command displays disk space usage on mounted file systems, with sizes shown in human-readable format (KB, MB, GB). The du command shows directory sizes, rm removes files, and du -sh summarizes a specific directory's size.