리눅스 showmount


개요

리눅스 showmount
/sbin/showmount
root@localhost:~# showmount -e nfs-server-01
Export list for nfs-server-01:
/opt/sfw *
root@localhost:~# mount 172.20.0.100:/opt/sfw /mnt
root@localhost:~# ll /mnt
total 12
drwxrwxrwt  2 root root 4096 May 29 15:46 ./
drwxr-xr-x 23 root root 4096 Aug 14  2017 ../
-rw-r--r--  1 root root    9 May 29 15:46 hello.txt

같이 보기

참고