[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 5


strclean Command

Purpose

Cleans up the STREAMS error logger.

Syntax

strclean [ -d ] [ -a Age ]

Description

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

Note: The strclean command is typically run using the cron deamon on a daily or weekly basis.

Flags


-a Age Specifies the maximum age, in days, for a log file.
-d Specifies a directory other than the default directory.

Examples

The following example has the same result as running the strclean command with no parameters.

strclean -d /var/adm/streams -a 3

Files


/var/adm/streams/error.* Contains the STREAMS error log.

Related Information

The cron daemon, and strerr daemon.

List of Streams Commands, STREAMS Overview in AIX 5L Version 5.1 Communications Programming Concepts.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]