Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

cron(8)

strerr(1)

strclean(1)  —  Commands

Digital

NAME

strclean − STREAMS error logger cleanup program

SYNOPSIS

strclean [ -d logdir ] [-a age ]

DESCRIPTION

strclean is used to clean up the STREAMS error logger directory on a regular basis (for example, by using cron(8) ).  By default, all files with names matching error.∗ in /usr/adm/streams that have not been modified in the last 3 days are removed.  A directory other than /usr/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 /usr/adm/streams -a 3

has the same result as running strclean with no arguments. 

NOTES

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

FILES

/usr/adm/streams/error

RELATED INFORMATION

cron(8) strerr(1)
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026