Over the last couple of months I have noticed lots of .nfs files being left around while using cvs.
A typical command: cvs -d $cvsroot co -d dotnfs-`uname -r` -r $release jass On snv_99: $ find dotnfs-5.11 -name .nfs\* | wc -l 822 That number does not diminish over time, unless I use rm to get rid of the .nfs files. However, Solaris 10 looks lots better: $ find dotnfs-5.10 -name .nfs\* | wc -l 0 I saw similar things on snv_93. I have confirmed that only NFSv3 is in use on each system using "nfsstat -c". Any clues? -- Mike Gerdts http://mgerdts.blogspot.com/