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: 16 December 2025 10:43 UTC
- Permanent URL: http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557
- Page Version ID: 5557
Citation styles for NFS lock recovery notes
APA style
NFS lock recovery notes. (2015, April 14). Linux NFS, . Retrieved 10:43, December 16, 2025 from http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557.
MLA style
"NFS lock recovery notes." Linux NFS, . 14 Apr 2015, 17:07 UTC. 16 Dec 2025, 10:43 <http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557>.
MHRA style
Linux NFS contributors, 'NFS lock recovery notes', Linux NFS, , 14 April 2015, 17:07 UTC, <http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557> [accessed 16 December 2025]
Chicago style
Linux NFS contributors, "NFS lock recovery notes," Linux NFS, , http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557 (accessed December 16, 2025).
CBE/CSE style
Linux NFS contributors. NFS lock recovery notes [Internet]. Linux NFS, ; 2015 Apr 14, 17:07 UTC [cited 2025 Dec 16]. Available from: http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557.
Bluebook style
NFS lock recovery notes, http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557 (last visited December 16, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Linux NFS",
title = "NFS lock recovery notes --- Linux NFS{,} ",
year = "2015",
url = "http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557",
note = "[Online; accessed 16-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 = "NFS lock recovery notes --- Linux NFS{,} ",
year = "2015",
url = "\url{http://client.linux-nfs.org/wiki/index.php?title=NFS_lock_recovery_notes&oldid=5557}",
note = "[Online; accessed 16-December-2025]"
}