Cite
From Linux NFS
Bibliographic details for ACLs
- Page name: ACLs
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 1 September 2006 23:14 UTC
- Date retrieved: 26 December 2025 23:02 UTC
- Permanent URL: https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423
- Page Version ID: 2423
Citation styles for ACLs
APA style
ACLs. (2006, September 1). Linux NFS, . Retrieved 23:02, December 26, 2025 from https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423.
MLA style
"ACLs." Linux NFS, . 1 Sep 2006, 23:14 UTC. 26 Dec 2025, 23:02 <https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423>.
MHRA style
Linux NFS contributors, 'ACLs', Linux NFS, , 1 September 2006, 23:14 UTC, <https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423> [accessed 26 December 2025]
Chicago style
Linux NFS contributors, "ACLs," Linux NFS, , https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423 (accessed December 26, 2025).
CBE/CSE style
Linux NFS contributors. ACLs [Internet]. Linux NFS, ; 2006 Sep 1, 23:14 UTC [cited 2025 Dec 26]. Available from: https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423.
Bluebook style
ACLs, https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423 (last visited December 26, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "ACLs --- Linux NFS{,} ",
year = "2006",
url = "https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423",
note = "[Online; accessed 26-December-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Linux NFS",
title = "ACLs --- Linux NFS{,} ",
year = "2006",
url = "\url{https://wiki.linux-nfs.org/wiki/index.php?title=ACLs&oldid=2423}",
note = "[Online; accessed 26-December-2025]"
}