Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

strclean(8)

Name

strclean - STREAMS error logger cleanup program

Synopsis

strclean [-a age] [-d logdir]

Description

strclean is used to clean up the STREAMS error logger directory on a regular basis (for example, by using cron. By default, all files with names matching error.* in /var/adm/streams that have not been modified in the last three days are removed.

Options

The following options are supported:

–a age

The maximum age in days for a log file can be changed using the –a option.

–d logdir

A directory other than /var/adm/streams can be specified using the –d option.

Examples

Example 1 A sample of using the strclean command.

This example has the same result as running strclean with no arguments:

example%  strclean –d /var/adm/streams –a 3

Files

/var/adm/streams/error.*

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os

See Also

attributes(7), cron(8), strerr(8)

Notes

strclean is typically run from cron on a daily or weekly basis.