How do i check which nfs version I am using ????????
Answers were Sorted based on User's Feedback
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 |
Answer / rajkumar
rpcinfo -p localhost | grep -i nfs
This cmd is used for nfs version
| Is This Answer Correct ? | 22 Yes | 23 No |
What text filter can you use to display a binary file in octal numbers?
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
what is NIS Server...?
what is the difference between NIS and DNS...?
You want to create a compressed backup of the users' home directories. What utility should you use?
Where is standard output usually directed?
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 ?????????
why /etc/shadow file do not have any permission ?
What is the difference between semaphore and spinlock?
What utility can you use to automate rotation of logs?
How can i recover the linux system after it was crashed by step by step process..
How to load the old kernel without rebooting server