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 install XP on RHEL5 with virtualization tell me step by step configuration

1 Answers  


What is LILO?

11 Answers   Cisco,


How to trace any process background processing?

5 Answers  


how to install linux OS? pls send step by step

3 Answers  


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

5 Answers   IBM,






what is the difference between fork and thread ? and parent and child process in fork system call?

3 Answers   Satyam,


How find out drivers of installed devices in linux (RHEL)?

2 Answers  


Which directory is closer to the top of the file system tree, parent directory or current directory?

3 Answers  


what is difference between inetd and xinetd

2 Answers  


i want some basic level enterview questions can any one can help me in this

1 Answers   TCL,


What is the difference between Telnet and SSH?

17 Answers   Bayer, KTree,


what are acl permissions..? what is automation of jobs..?

5 Answers   IBM, TCS,


Categories