Cite
From Linux NFS
Bibliographic details for NFS Howto Preamble
- Page name: NFS Howto Preamble
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 5 April 2006 16:28 UTC
- Date retrieved: 14 December 2025 21:14 UTC
- Permanent URL: http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136
- Page Version ID: 2136
Citation styles for NFS Howto Preamble
APA style
NFS Howto Preamble. (2006, April 5). Linux NFS, . Retrieved 21:14, December 14, 2025 from http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136.
MLA style
"NFS Howto Preamble." Linux NFS, . 5 Apr 2006, 16:28 UTC. 14 Dec 2025, 21:14 <http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136>.
MHRA style
Linux NFS contributors, 'NFS Howto Preamble', Linux NFS, , 5 April 2006, 16:28 UTC, <http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136> [accessed 14 December 2025]
Chicago style
Linux NFS contributors, "NFS Howto Preamble," Linux NFS, , http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136 (accessed December 14, 2025).
CBE/CSE style
Linux NFS contributors. NFS Howto Preamble [Internet]. Linux NFS, ; 2006 Apr 5, 16:28 UTC [cited 2025 Dec 14]. Available from: http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136.
Bluebook style
NFS Howto Preamble, http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136 (last visited December 14, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "NFS Howto Preamble --- Linux NFS{,} ",
year = "2006",
url = "http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136",
note = "[Online; accessed 14-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 = "NFS Howto Preamble --- Linux NFS{,} ",
year = "2006",
url = "\url{http://client.linux-nfs.org/wiki/index.php?title=NFS_Howto_Preamble&oldid=2136}",
note = "[Online; accessed 14-December-2025]"
}