People,
Time to start the new year with a complete brain failure. Polite suggestions
to why this is not working is most welcome, please email me directly, and I
will summarize:
# find / ! -name /proc -name "core" -ctime +10 -exec rm -rf {} \;
find: /proc/00642 : No such file or directory
# find / ! -fstype procfs -name "core" -ctime +10 -exec rm -rf {} \;
find: /proc/00642 : No such file or directory
# find / -name "core" -ctime +10 -exec rm -rf {} \;
find: /proc/00642 : No such file or directory
Find just does not want to ignore the procfs.....
# uname -a
OSF1 myhost.EDU.AU V5.0 1094 alpha
# psrinfo -v
Status of processor 0 as of: 01/02/01 11:28:20
Processor has been on-line since 12/28/2000 16:19:42
The alpha EV6 (21264) processor operates at 500 MHz,
and has an alpha internal floating point processor.
Status of processor 1 as of: 01/02/01 11:28:20
Processor has been on-line since 12/28/2000 16:19:42
The alpha EV6 (21264) processor operates at 500 MHz,
and has an alpha internal floating point processor.
#
TIA,
Guy
Guy R. Loucks
Senior Unix Systems Administrator
Networks Branch
NSW Department of Education & Training
Information Technology Bureau
Direct +61 2 9942 9887
Fax +61 2 9942 9600
Mobile +61 (0)429 041 186
Email guy.loucks_at_det.nsw.edu.au
Received on Tue Jan 02 2001 - 00:35:16 NZDT