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