Multiple choice technology operating systems How to find free space in linux df -h du rm 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.