/scratch-management Utility |
Manage the /scratch directory: even with quotas in operation this can get full.
...is in _src. The algorithm is roughly:
identify all files within /scratch older than a given date;
if file is not open delete it;
The lsof
utility is used to list open files (i.e., those in use).