JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Advanced Administration     Oracle Solaris 10 8/11 Information Library
search filter icon
search icon

Document Information

About This Book

1.  Managing Terminals and Modems (Overview)

2.  Setting Up Terminals and Modems (Tasks)

3.  Managing Serial Ports With the Service Access Facility (Tasks)

4.  Managing System Resources (Overview)

5.  Displaying and Changing System Information (Tasks)

6.  Managing Disk Use (Tasks)

Managing Disk Use (Task Map)

Displaying Information About Files and Disk Space

How to Display Information About Files and Disk Space

Checking the Size of Files

How to Display the Size of Files

How to Find Large Files

How to Find Files That Exceed a Specified Size Limit

Checking the Size of Directories

How to Display the Size of Directories, Subdirectories, and Files

How to Display the User Ownership of Local UFS File Systems

Finding and Removing Old or Inactive Files

How to List the Newest Files

How to Find and Remove Old or Inactive Files

How to Clear Out Temporary Directories

How to Find and Delete core Files

How to Delete Crash Dump Files

7.  Managing UFS Quotas (Tasks)

8.  Scheduling System Tasks (Tasks)

9.  Managing System Accounting (Tasks)

10.  System Accounting (Reference)

11.  Managing System Performance (Overview)

12.  Managing System Processes (Tasks)

13.  Monitoring System Performance (Tasks)

14.  Troubleshooting Software Problems (Overview)

15.  Managing System Messages

16.  Managing Core Files (Tasks)

17.  Managing System Crash Information (Tasks)

18.  Troubleshooting Miscellaneous Software Problems (Tasks)

19.  Troubleshooting File Access Problems (Tasks)

20.  Resolving UFS File System Inconsistencies (Tasks)

21.  Troubleshooting Software Package Problems (Tasks)

Index

Managing Disk Use (Task Map)

Task
Description
For Instructions
Display information about files and disk space.
Display information about how disk space is used by using the df command.
Display the size of files.
Display information about the size of files by using the ls command with the -lh option.
Find large files.
The ls -s command allows you to sort files by size, in descending order.
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 -size option and the value of the 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.
Display ownership of local UFS file systems.
Display ownership of files by using the quot -a command.
List the newest files.
Display the most recently created or changed files first, by using the ls -t command.
Find and remove old or inactive files.
Use the find command with the -atime and -mtime options to locate files that have not been accessed for a specified number of days. You can remove these files by using therm `cat filename' command.
Clear out temporary directories.
Locate temp directories, then use the rm -r * command to remove the entire directory.
Find and delete core files.
Find and delete core files by using the find . -name core -exec rm {} \; command.
Delete crash dump files.
Delete crash dump files that are located in the /var/crash/ directory by using the rm * command.