Download List

Projeto Descrição

The stmpclean utility removes old files (and old
empty directories) from the specified directory.
It is meant to be used to clean directories such
as "/tmp" where old files tend to accumulate.
stmpclean never removes files or directories owned
by root, which is a feature, not a bug. Great care
is taken while descending into the directory, and
the operation is secure. Anything that's not a
directory, regular file, or symbolic link is also
left alone (because programs like screen(1) create
sockets and FIFOs under /tmp and expect them to be
long-lived). Unlike other programs that do the
same task, stmpclean never forks and consumes
limited amount of memory. If stmpclean determines
a race condition it will log the situation and
exit with a failure.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-06-11 01:19
0.3

stmpclean se recusa a rodar em caminhos relativos (não é necessário, e as conseqüências potencialmente desastrosas).
Tags: Minor bugfixes
stmpclean refuses to run on relative pathnames (no need, and potentially disastrous consequences).

2003-03-22 23:59
0.2

Somente arquivos e diretórios regulares vazio são eliminados agora. O Sistema de Sete V [UG] seqüência id é agora suportado. Hardlinked arquivos não são excluídos. Arquivos com ctime recentes não são excluídos.
Tags: Initial freshmeat announcement
Only regular files and empty directories are deleted now. The System V sete[ug]id sequence is now supported. Hardlinked files are no longer deleted. Files with recent ctime are not deleted.

Project Resources