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