Which of the following commands will accomplish this task?

Posted by: Pdfprep Category: XK0-004 Tags: , ,

A Linux administrator must identify a user with high disk usage.

The administrator runs the # du Cs /home/* command and gets the following output:

Based on the output, User3 has the largest amount of disk space used. To clean up the file space, the administrator needs to find out more information about the specific files that are using the most disk space.

Which of the following commands will accomplish this task?
A . df Ck /home/User/files.txt
B . du Ca /home/User3/*
C . du Csh /home/User/
D . find . Cname /home/User3 -print

Answer: C

Explanation:

Reference: https://unix.stackexchange.com/questions/37221/finding-files-that-use-the-most-disk-space

Leave a Reply

Your email address will not be published.