Cite
From Linux NFS
Bibliographic details for PNFS Server Filesystem API Design
- Page name: PNFS Server Filesystem API Design
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 6 December 2012 14:02 UTC
- Date retrieved: 20 December 2025 05:06 UTC
- Permanent URL: https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242
- Page Version ID: 5242
Citation styles for PNFS Server Filesystem API Design
APA style
PNFS Server Filesystem API Design. (2012, December 6). Linux NFS, . Retrieved 05:06, December 20, 2025 from https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242.
MLA style
"PNFS Server Filesystem API Design." Linux NFS, . 6 Dec 2012, 14:02 UTC. 20 Dec 2025, 05:06 <https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242>.
MHRA style
Linux NFS contributors, 'PNFS Server Filesystem API Design', Linux NFS, , 6 December 2012, 14:02 UTC, <https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242> [accessed 20 December 2025]
Chicago style
Linux NFS contributors, "PNFS Server Filesystem API Design," Linux NFS, , https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242 (accessed December 20, 2025).
CBE/CSE style
Linux NFS contributors. PNFS Server Filesystem API Design [Internet]. Linux NFS, ; 2012 Dec 6, 14:02 UTC [cited 2025 Dec 20]. Available from: https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242.
Bluebook style
PNFS Server Filesystem API Design, https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242 (last visited December 20, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "PNFS Server Filesystem API Design --- Linux NFS{,} ",
year = "2012",
url = "https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242",
note = "[Online; accessed 20-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 = "PNFS Server Filesystem API Design --- Linux NFS{,} ",
year = "2012",
url = "\url{https://www.linux-nfs.org/wiki/index.php?title=PNFS_Server_Filesystem_API_Design&oldid=5242}",
note = "[Online; accessed 20-December-2025]"
}