Which of the following will identify the largest file in a given filesystem? seenagape 10 years ago Which of the following will identify the largest file in a given filesystem? A.df -r / | sort -rn +4 B.ls -lR / | sort -rn +1 C.fuser -f / | sort -rn +6 D.find / -type f -xdev -ls | sort -rn +6 ← Previous question Next question →