rpc.statd
NFS support files common to client and server
Install
- All systems
-
curl cmd.cat/rpc.statd.sh
- Debian
-
apt-get install nfs-common
- Ubuntu
-
apt-get install nfs-common
- Alpine
-
apk add nfs-utils
- Arch Linux
-
pacman -S nfs-utils
- Kali Linux
-
apt-get install nfs-common
- Fedora
-
dnf install nfs-utils-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nfs-common
- Raspbian
-
apt-get install nfs-common
- Dockerfile
- dockerfile.run/rpc.statd
- Docker
-
docker run cmd.cat/rpc.statd rpc.statd
powered by Commando
nfs-common
NFS support files common to client and server
Use this package on any machine that uses NFS, either as client or server. Programs included: lockd, statd, showmount, nfsstat, gssd, idmapd and mount.nfs.
nfs-utils-1
daemons for the kernel NFS server
nfs-utils
The nfs-utils package provides a daemon for the kernel NFS server
and related tools, which provides a much higher level of performance than the traditional Linux NFS server used by most users. This package also contains the showmount program. Showmount queries the mount daemon on a remote host for information about the NFS (Network File System) server on the remote host. For example, showmount can display the clients which are mounted on that host. This package also contains the mount.nfs and umount.nfs program.