Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Whats a good strategy for clearing /tmp and /var/tmp?

clearing good strategy tmp var
0
Posted

Whats a good strategy for clearing /tmp and /var/tmp?

0

Updated: 03/29/01 Run the below shell script from root’s crontab: #!/bin/sh DAYS=7 DIRS=”/tmp /var/tmp” find $DIRS -depth -fsonly vxfs -fsonly hfs -atime +$DAYS \ -exec rm -rf {} \; The -depth option ensures no directory is removed before its contents, -fsonly options are to avoid attempting ttttttttto remove files beneath NFS or CDFS mountpoints that might exist. —————————— Subject: 5.12 Software Management —————————— Subject: 5.12.1 General Software Management —————————— Subject: 5.12.1.1 Where can I find out more about Software Distributor (SD-UX)? Updated: 03/30/01 HP Software Distributor, also known as SD-UX, is used to install, update, remove, and package software on HP-UX 10.0 and later. SD-UX is often informally shortened to just SD (even though there is also an unbundled HP OpenView product called SD-OV that offers enhancements over SD-UX). All HP-UX 10.x and 11.x software is shipped on media compatible with SD. SD of

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.