Command used to get the top 5 file / directory occupying more space.

  1. du | sort -r | head -5

  2. du | sort -nr | head -5

  3. du | sort -n | head -5

  4. du


Correct Option: B

Find more quizzes: