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

What text filter can you use to display a binary file in octal numbers?

1 Answers  


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

1 Answers   Broadcom,


what is NIS Server...?

2 Answers   IBM,


what is the difference between NIS and DNS...?

5 Answers   IBM,


You want to create a compressed backup of the users' home directories. What utility should you use?

5 Answers  


Where is standard output usually directed?

2 Answers  


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,


why /etc/shadow file do not have any permission ?

1 Answers   IBM,


What is the difference between semaphore and spinlock?

1 Answers  


What utility can you use to automate rotation of logs?

2 Answers  


How can i recover the linux system after it was crashed by step by step process..

3 Answers   IBM,


How to load the old kernel without rebooting server

1 Answers  


Categories