Computer Science Ques 679
Question: Which command is used to show file system disk usage in UNIX?
Options:
A) Du
B) Is
C) df
D) chkdsk
E) None of these
Show Answer
Answer:
Correct Answer: A
Solution:
- du (abbreviated disk usage)is a standard LINIX program used to estimate file space usage- Space used under a particular directory or files on a file system.