Cite
From Linux NFS
Bibliographic details for Introduction to Linux NFS hacking
- Page name: Introduction to Linux NFS hacking
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 24 July 2011 23:58 UTC
- Date retrieved: 16 December 2025 11:48 UTC
- Permanent URL: http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506
- Page Version ID: 4506
Citation styles for Introduction to Linux NFS hacking
APA style
Introduction to Linux NFS hacking. (2011, July 24). Linux NFS, . Retrieved 11:48, December 16, 2025 from http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506.
MLA style
"Introduction to Linux NFS hacking." Linux NFS, . 24 Jul 2011, 23:58 UTC. 16 Dec 2025, 11:48 <http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506>.
MHRA style
Linux NFS contributors, 'Introduction to Linux NFS hacking', Linux NFS, , 24 July 2011, 23:58 UTC, <http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506> [accessed 16 December 2025]
Chicago style
Linux NFS contributors, "Introduction to Linux NFS hacking," Linux NFS, , http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506 (accessed December 16, 2025).
CBE/CSE style
Linux NFS contributors. Introduction to Linux NFS hacking [Internet]. Linux NFS, ; 2011 Jul 24, 23:58 UTC [cited 2025 Dec 16]. Available from: http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506.
Bluebook style
Introduction to Linux NFS hacking, http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506 (last visited December 16, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "Introduction to Linux NFS hacking --- Linux NFS{,} ",
year = "2011",
url = "http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506",
note = "[Online; accessed 16-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 = "Introduction to Linux NFS hacking --- Linux NFS{,} ",
year = "2011",
url = "\url{http://linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=4506}",
note = "[Online; accessed 16-December-2025]"
}