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