strclean(1M) MISC. REFERENCE MANUAL PAGES strclean(1M)
NAME
strclean - STREAMS error logger cleanup program
SYNOPSIS
strclean [-d logdir] [-a age]
DESCRIPTION
strclean is used to clean up the STREAMS error logger direc-
tory 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. A directory other than
/var/adm/streams can be specified using the -d option. The
maximum age in days for a log file can be changed using the
-a option.
EXAMPLE
strclean -d /var/adm/streams -a 3 has the same result
as running strclean with no arguments.
FILES
/var/adm/streams/error.*
SEE ALSO
cron(1M), strerr(1M)
Programmer's Guide: STREAMS
NOTES
strclean is typically run from cron on a daily or weekly
basis.
Last change: Networking Support Utilities 1