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: 15 December 2020 19:44 UTC
- Date retrieved: 17 November 2025 14:51 UTC
- Permanent URL: https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740
- Page Version ID: 5740
Citation styles for Introduction to Linux NFS hacking
APA style
Introduction to Linux NFS hacking. (2020, December 15). Linux NFS, . Retrieved 14:51, November 17, 2025 from https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740.
MLA style
"Introduction to Linux NFS hacking." Linux NFS, . 15 Dec 2020, 19:44 UTC. 17 Nov 2025, 14:51 <https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740>.
MHRA style
Linux NFS contributors, 'Introduction to Linux NFS hacking', Linux NFS, , 15 December 2020, 19:44 UTC, <https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740> [accessed 17 November 2025]
Chicago style
Linux NFS contributors, "Introduction to Linux NFS hacking," Linux NFS, , https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740 (accessed November 17, 2025).
CBE/CSE style
Linux NFS contributors. Introduction to Linux NFS hacking [Internet]. Linux NFS, ; 2020 Dec 15, 19:44 UTC [cited 2025 Nov 17]. Available from: https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740.
Bluebook style
Introduction to Linux NFS hacking, https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740 (last visited November 17, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "Introduction to Linux NFS hacking --- Linux NFS{,} ",
year = "2020",
url = "https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740",
note = "[Online; accessed 17-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 = "2020",
url = "\url{https://www.linux-nfs.org/wiki/index.php?title=Introduction_to_Linux_NFS_hacking&oldid=5740}",
note = "[Online; accessed 17-November-2025]"
}