List all the files in your directory in decreasing order of file size.
What will be an ideal response?
This one can be done with just the ls command, actually:
ls -S
And for bonus points, add the -s flag to have size (in blocks) shown.
You might also like to view...
The Office 365 subscription provides access to most Office applications wherever you are working.
Answer the following statement true (T) or false (F)
In a standard incident response process, which of the following steps happens after investigation?
A. Identification B. Containment C. Eradication D. Evidence gathering
For a list of length n, insertion sort makes ____ key comparisons, in the worst case.
A. n(n - 1)/4 B. n(n - 1)/2 C. n2 D. n3
SCSI is a ____ interface and not just an interface technique for hard disk drives.?
A. ?systems B. ?terminal C. ?server D. ?driver