Nfsdcltrack Installation On A Debian, Ubuntu, Alpine, Arch, Kali, Fedora And Raspbian
Install nfsdcltrack
-
Debian
apt-get install nfs-kernel-serverClick to copy -
Ubuntu
apt-get install nfs-kernel-serverClick to copy -
Alpine OS
apk add nfs-utilsClick to copy -
Arch Linux
pacman -S nfs-utilsClick to copy -
Kali Linux
apt-get install nfs-kernel-serverClick to copy -
Fedora
dnf install nfs-utils-1Click to copy -
Raspbian
apt-get install nfs-kernel-serverClick to copy
nfs-kernel-server
support for NFS kernel serverThe NFS kernel server is currently the recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. It is also significantly faster and usually more reliable than the user-space NFS servers (from the unfs3 and nfs-user-server packages). However, it is more difficult to debug than the user-space servers, and has a slightly different feature set. This package contains the user-space support needed to use the NFS kernel server. Most administrators wishing to set up an NFS server would want to install this package.
nfs-utils-1
daemons for the kernel NFS servernfs-utils
The nfs-utils package provides a daemon for the kernel NFS serverand 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.




