2011_09_20 mpb removed "funny quotes" spam links
authorhttps://www.google.com/accounts/o8/id?id=AItOawn51ahNsoyWhsQkv9IgOnKKkgK-4D86vXc <Paul@web>
Tue, 20 Sep 2011 10:44:43 +0000 (03:44 -0700)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Tue, 20 Sep 2011 10:44:43 +0000 (03:44 -0700)
AFSLore/UsageFAQ.mdwn

index 9d9293f..4db14ab 100644 (file)
@@ -452,7 +452,7 @@ You can authenticate into many cells from one client shell.
 ### <a name="2.19  What are the ~/._afsXXXX f"></a> 2.19 What are the ~/.\_\_afsXXXX files?
 
 They are temporary reference files used by the AFS Cache Manager.
-[Funny Quotes](http://itshumour.blogspot.com/2010/06/twenty-hilarious-funny-quotes.html) [Hilarious Quotes](http://bit.ly/1AHm7r) [Funny Jokes](http://itshumour.blogspot.com/2011/07/funny-marriage-jokes.html) [Dental Implants](http://dentaldentistsolutions.blogspot.com/2009/10/process-and-pictures-dental-implants.html)[Funny status for facebook](http://itshumour.blogspot.com/2011/08/funny-statuses-quotes-for-facebook.html)
+
 In UNIX filesystems, when you a remove a file that is kept open by a process, the file stays around physically while it is no longer referenced in any directory (which you will see as a mismatch between disk space usage according to df and du).
 
 Some applications rely on that feature, e.g. they create a temporary file and remove it immediatley while keeping the file descriptor open. The file then disappears from the filesystem automagically when the process terminates or the file descriptor gets closed otherwise. Such applications could get into trouble with older versions of AFS, where the file could really disappear while it was held open.