How do i check which nfs version I am using ????????

Answers were Sorted based on User's Feedback



How do i check which nfs version I am using ????????..

Answer / vishal sharma

rpm -qa | grep nfs

Is This Answer Correct ?    33 Yes 18 No

How do i check which nfs version I am using ????????..

Answer / ambuj

nfsstat -v

Is This Answer Correct ?    14 Yes 5 No

How do i check which nfs version I am using ????????..

Answer / manoj

rpm -qi nfs nfs-utils
yum info nfs nfs-utils

Is This Answer Correct ?    18 Yes 16 No

How do i check which nfs version I am using ????????..

Answer / thangamariappan

# rpcinfo -p|grep -i nfs

100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 2 tcp 2049 nfs_acl
100227 3 tcp 2049 nfs_acl
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100227 2 udp 2049 nfs_acl
100227 3 udp 2049 nfs_acl

Is This Answer Correct ?    1 Yes 1 No

How do i check which nfs version I am using ????????..

Answer / rajkumar

rpcinfo -p localhost | grep -i nfs

This cmd is used for nfs version

Is This Answer Correct ?    22 Yes 23 No

How do i check which nfs version I am using ????????..

Answer / avil

nfsstat -a

Is This Answer Correct ?    9 Yes 11 No

How do i check which nfs version I am using ????????..

Answer / arun

rpm -qa | grep -i nfs

Is This Answer Correct ?    6 Yes 10 No

How do i check which nfs version I am using ????????..

Answer / karthik

rpm -qa |grep nfs
or
rpm -qi |grep nfs

Is This Answer Correct ?    1 Yes 7 No

How do i check which nfs version I am using ????????..

Answer / nishant mendhe

rpm -qa | grep -i nfs (SERVICE NAME)

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More Linux AllOther Interview Questions

I want to configure production interface and manage interface, how to configure both interfaces in Linux. please post the answers

0 Answers  


This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.

0 Answers  


why you are using nis server

2 Answers  


What are the differences between FTP , NFS , SAMBA servers explain separately.

0 Answers  


what is the difference between unix and linux...

7 Answers  






Tell me the 5 differences between Linux and Unix?

4 Answers  


How to apply patch for multiple servers .

1 Answers   IBM,


I have accidently deleted my fstab... how do i recover/ regenerate the file?????? in rescue mode i cannot create a new file since the filesystem is readonly and could not mount in readwrite mode ?????????

6 Answers   IBM,


there are many IPC mechanisms available in Linux ? Which one is best to use and when ?

1 Answers   Broadcom,


Who owns the data dictionary?

2 Answers  


How does the boot process[init levels] work on Linux? How is it different from Solaris?

3 Answers  


What is the other method of installing Linux O.S other than Text, GUI mode? Why we prefer that for installation of Linux in Real time?

2 Answers  


Categories