Table of Contents
Task |
Description |
For Instructions |
---|---|---|
Display information about files and disk space. |
Display information about how disk space is used by using the df command. |
How to Display Information About Files and Disk Space |
Display the size of files. |
Display information about the size of files by using the ls command
with the |
How to Display the Size of Files |
Find large files. |
The ls |
How to Find Large Files |
Find files that exceed a specified size limit. |
Locate and display the names of files that exceed a specified size by
using the find command with the |
How to Find Files That Exceed a Specified Size Limit |
Display the size of directories, subdirectories, and files. |
Display the size of one or more directories, subdirectories, and files by using the du command. |
How to Display the Size of Directories, Subdirectories, and Files |
Display ownership of local UFS file systems. |
Display ownership of files by using the quot |
How to Display the User Ownership of Local UFS File Systems |
List the newest files. |
Display the most recently created or changed files first, by using the ls |
How to List the Newest Files |
Find and remove old or inactive files. |
Use the find command with the |
How to Find and Remove Old or Inactive Files |
Clear out temporary directories. |
Locate temp directories, then use the rm |
How to Clear Out Temporary Directories |
Find and delete core files. |
Find and delete core files by using the find . -name core -exec rm {} \; command. |
How to Find and Delete |
Delete crash dump files. |
Delete crash dump files that are located in the |
How to Delete Crash Dump Files |