Cite
From Linux NFS
Bibliographic details for NFS lock recovery notes
- Page name: NFS lock recovery notes
- Author: Linux NFS contributors
- Publisher: Linux NFS, .
- Date of last revision: 14 April 2015 17:13 UTC
- Date retrieved: 22 November 2025 16:23 UTC
- Permanent URL: https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559
- Page Version ID: 5559
Citation styles for NFS lock recovery notes
APA style
NFS lock recovery notes. (2015, April 14). Linux NFS, . Retrieved 16:23, November 22, 2025 from https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559.
MLA style
"NFS lock recovery notes." Linux NFS, . 14 Apr 2015, 17:13 UTC. 22 Nov 2025, 16:23 <https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559>.
MHRA style
Linux NFS contributors, 'NFS lock recovery notes', Linux NFS, , 14 April 2015, 17:13 UTC, <https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559> [accessed 22 November 2025]
Chicago style
Linux NFS contributors, "NFS lock recovery notes," Linux NFS, , https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559 (accessed November 22, 2025).
CBE/CSE style
Linux NFS contributors. NFS lock recovery notes [Internet]. Linux NFS, ; 2015 Apr 14, 17:13 UTC [cited 2025 Nov 22]. Available from: https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559.
Bluebook style
NFS lock recovery notes, https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559 (last visited November 22, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "NFS lock recovery notes --- Linux NFS{,} ",
year = "2015",
url = "https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559",
note = "[Online; accessed 22-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 = "NFS lock recovery notes --- Linux NFS{,} ",
year = "2015",
url = "\url{https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5559}",
note = "[Online; accessed 22-November-2025]"
}