asked on
ASKER
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
mount -t nfs //nfs-server/nfs-share /mnt -o <options needed, like username etc.>
should do it.
Now the options needed depend on your environment. If authentication is needed username & password may be needed, or the right IP address ... It heavily depends on your environment what is available.
you may need to start nfs services.... ( /etc/init.d/*nfs* ), or though systemd.