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