マニュアルページセク ション 1M: システム管理コマンド

印刷ビューの終了

更新: 2014 年 7 月
 
 

strclean(1M)

名前

strclean - STREAMS error logger cleanup program

形式

strclean [-a age] [-d logdir]

説明

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.

オプション

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.

使用例 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

ファイル

/var/adm/streams/error.*

属性

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os

関連項目

cron(1M), strerr(1M), attributes(5)

STREAMS Programming Guide

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