Infra/Linux

[Centos] nfs 연결 서버 정보(ip) 확인하기 - showmount 사용 or netstat 사용

Best Junior 2019. 7. 23. 11:24

 

nfs-gateway 서버에 nfs util 설치가 되어있지 않은 경우

showmount -a 

명령어로 nfs-client 서버를 확인할 수 없다.

 

이러한 경우

netstat -na |grep 2049

명령어를 통해 nfs-client의 정보를 확인할 수 있다.