mount
What is mount?
On Linux and UNIX operating systems, you can use the mount
command to attach (mount) file systems and removable devices such as USB flash drives at a particular mount point in the directory tree.
The umount
command detaches (unmounts) the mounted file system from the directory tree.
How to use mount?
NFS
Example 1
Example 2
Mount nfs share to local directory /tmp/mount
References
Last updated
Was this helpful?