nfs-ls
NFS client library (binaries)
Install
- All systems
-
curl cmd.cat/nfs-ls.sh
- Debian
-
apt-get install libnfs-utils - Ubuntu
-
apt-get install libnfs-utils -
Alpine
-
apk add libnfs - Arch Linux
-
pacman -S libnfs - Kali Linux
-
apt-get install libnfs-utils - Fedora
-
dnf install libnfs-utils - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libnfs-utils - OS X
-
brew install libnfs - Docker
-
docker run cmd.cat/nfs-ls nfs-lspowered by Commando
libnfs-utils
NFS client library (binaries)
LIBNFS is a client library for accessing NFS shares over a network. LIBNFS offers three different APIs, for different use : 1, RAW : A fully async low level rpc library for nfs protocols 2, NFS ASYNC : A fully asynchronous library for high level vfs functions 3, NFS SYNC : A synchronous library for high level vfs functions This package provides command line utilities.
libnfs
The libnfs package contains a library of functions for accessing
NFSv2 and NFSv3 servers from user space. It provides a low-level, asynchronous RPC library for accessing NFS protocols, an asynchronous library with POSIX-like VFS functions, and a synchronous library with POSIX-like VFS functions.