From e1cee4f33f6ceca0fab483d1f1ceb7f6aab65fbf Mon Sep 17 00:00:00 2001 From: guest Date: Mon, 20 Oct 2003 21:24:30 +0000 Subject: [PATCH] none --- AFSLore/UsageFAQ.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AFSLore/UsageFAQ.mdwn b/AFSLore/UsageFAQ.mdwn index 9e90fbb..6c3e8c2 100644 --- a/AFSLore/UsageFAQ.mdwn +++ b/AFSLore/UsageFAQ.mdwn @@ -27,6 +27,7 @@ The Usage Section of the [[AFSFrequentlyAskedQuestions]].
  • 2.17 What's the difference between /afs/cellname and /afs/.cellname?
  • 2.18 Can I klog as two users on a machine in the same cell?
  • 2.19 What are the ~/.__afsXXXX files?
  • +
  • 2.20 How do you set up IP-based ACLs?
  • @@ -455,3 +456,7 @@ In UNIX filesystems, when you a remove a file that is kept open by a process, th 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. Newer versions of AFS rename such files to .\_\_afsXXXX, thus making sure that the data stays around as expected by the application. As soon as the file gets closed, the associated .\_\_afsXXXX should disappear. + +### 2.20 How do you set up IP-based ACLs? + +See -- 1.9.4