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