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:07 UTC
- Date retrieved: 22 November 2025 17:02 UTC
- Permanent URL: https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5556
- Page Version ID: 5556
Citation styles for NFS lock recovery notes
APA style
NFS lock recovery notes. (2015, April 14). Linux NFS, . Retrieved 17:02, November 22, 2025 from https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5556.
MLA style
"NFS lock recovery notes." Linux NFS, . 14 Apr 2015, 17:07 UTC. 22 Nov 2025, 17:02 <https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5556>.
MHRA style
Linux NFS contributors, 'NFS lock recovery notes', Linux NFS, , 14 April 2015, 17:07 UTC, <https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5556> [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=5556 (accessed November 22, 2025).
CBE/CSE style
Linux NFS contributors. NFS lock recovery notes [Internet]. Linux NFS, ; 2015 Apr 14, 17:07 UTC [cited 2025 Nov 22]. Available from: https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5556.
Bluebook style
NFS lock recovery notes, https://www.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5556 (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=5556",
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=5556}",
note = "[Online; accessed 22-November-2025]"
}