aboutsummaryrefslogtreecommitdiff
path: root/unix
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-10-04 17:22:17 +0200
committerArne Babenhauserheide <arne_bab@web.de>2011-10-04 17:22:17 +0200
commitd0bdae24b59dde1783f928992d414f608a42b266 (patch)
tree052e5254f6207fa384bdddd64b5580d0718b83c4 /unix
parentcf1d668a185777e48faa180f201f58f93dcf3950 (diff)
parent67f614c029ba729a9451e87c4885c198fc10251b (diff)
downloadweb-d0bdae24b59dde1783f928992d414f608a42b266.tar.gz
web-d0bdae24b59dde1783f928992d414f608a42b266.tar.bz2
web-d0bdae24b59dde1783f928992d414f608a42b266.zip
manual merge
Diffstat (limited to 'unix')
-rw-r--r--unix/file_descriptor.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/file_descriptor.mdwn b/unix/file_descriptor.mdwn
index 6f8533c5..b40db67f 100644
--- a/unix/file_descriptor.mdwn
+++ b/unix/file_descriptor.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -11,6 +11,7 @@ License|/fdl]]."]]"""]]
A *file descriptor* is a [[concept]] of [[UNIX]], and represents a
non-[[persistent|persistency]] handle to an object (a file, for example). With
respect to specific aspects, it is comparable to a [[capability]].
+This is detailed in {{$capability#wikipedia_capability-based_security}}.
In a GNU Hurd system, the concept of file descriptors is based on object
handles (through [[Mach ports|microkernel/mach/port]]), and is [[implemented in