Cite
From Linux NFS
Bibliographic details for NFStest
- Page name: NFStest
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 24 October 2018 14:35 UTC
- Date retrieved: 24 November 2025 07:38 UTC
- Permanent URL: https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647
- Page Version ID: 5647
Citation styles for NFStest
APA style
NFStest. (2018, October 24). Linux NFS, . Retrieved 07:38, November 24, 2025 from https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647.
MLA style
"NFStest." Linux NFS, . 24 Oct 2018, 14:35 UTC. 24 Nov 2025, 07:38 <https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647>.
MHRA style
Linux NFS contributors, 'NFStest', Linux NFS, , 24 October 2018, 14:35 UTC, <https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647> [accessed 24 November 2025]
Chicago style
Linux NFS contributors, "NFStest," Linux NFS, , https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647 (accessed November 24, 2025).
CBE/CSE style
Linux NFS contributors. NFStest [Internet]. Linux NFS, ; 2018 Oct 24, 14:35 UTC [cited 2025 Nov 24]. Available from: https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647.
Bluebook style
NFStest, https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647 (last visited November 24, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "NFStest --- Linux NFS{,} ",
year = "2018",
url = "https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647",
note = "[Online; accessed 24-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 = "NFStest --- Linux NFS{,} ",
year = "2018",
url = "\url{https://wiki.linux-nfs.org/wiki/index.php?title=NFStest&oldid=5647}",
note = "[Online; accessed 24-November-2025]"
}