Network Lock Manager (NLM) and Network
Status Monitor (rpc.lockd and rpc.statd) provide file
locking and synchronized file access to files that are shared using
NFSv2 or NFSv3. File locking with NFSv2 and NFSv3 is advisory only.
The rpc.lockd daemon starts the kernel KLM server. The rpc.statd daemon implements a lock recovery service used by KLM.
It enables rpc.lockd daemon to recover locks after the NFS service restarts.
Files can be locked using the lockf() or fcntl() system calls. For more information on daemons
and system calls that enable you to lock and synchronize your files,
see lockd(1M), statd(1M), lockf(2), and fcntl(2).