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: 31 March 2015 19:58 UTC
 - Date retrieved: 4 November 2025 03:30 UTC
 - Permanent URL: http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534
 - Page Version ID: 5534
 
Citation styles for Introduction to Linux NFS hacking
APA style
Introduction to Linux NFS hacking. (2015, March 31). Linux NFS, . Retrieved 03:30, November 4, 2025 from http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534.
MLA style
"Introduction to Linux NFS hacking." Linux NFS, . 31 Mar 2015, 19:58 UTC. 4 Nov 2025, 03:30 <http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534>.
MHRA style
Linux NFS contributors, 'Introduction to Linux NFS hacking', Linux NFS, , 31 March 2015, 19:58 UTC, <http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534> [accessed 4 November 2025]
Chicago style
Linux NFS contributors, "Introduction to Linux NFS hacking," Linux NFS, , http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534 (accessed November 4, 2025).
CBE/CSE style
Linux NFS contributors. Introduction to Linux NFS hacking [Internet]. Linux NFS, ; 2015 Mar 31, 19:58 UTC [cited 2025 Nov 4]. Available from: http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534.
Bluebook style
Introduction to Linux NFS hacking, http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534 (last visited November 4, 2025).
BibTeX entry
 @misc{ wiki:xxx,
   author = "Linux NFS",
   title = "Introduction to Linux NFS hacking --- Linux NFS{,} ",
   year = "2015",
   url = "http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534",
   note = "[Online; accessed 4-November-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 = "2015",
   url = "\url{http://wiki.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5534}",
   note = "[Online; accessed 4-November-2025]"
 }