Use du to examine your disk usage. Write a script that prints out the full pathnames of your files that are over a specified size.

What will be an ideal response?

You can use du to generate the list and gawk to print lines where a file is greater than some
specified value.

Computer Science & Information Technology

You might also like to view...

The deliverable for systems investigation is determining the user requirements

a. true b. false

Computer Science & Information Technology

The correct command to allow user Thompson to delete rows in the CUSTOMER table would be: GRANT ____ ON CUSTOMER TO THOMPSON.

A. DROP B. REMOVE C. UPDATE D. DELETE

Computer Science & Information Technology