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 |
there are many IPC mechanisms available in Linux ? Which one is best to use and when ?
how do i check which package has installed some command suppose ls , mkdir or whatever ???
what is the use of runlevel 4 in redhat linux? in which cases it will use.
How to ""Add"" not replace address to same network card other than the alias way.... ??????
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
How to findout, if the user is local user or NIS user in the Linux (RHEL)?
why accounting Software does not support on linux?
What command can you use to review boot messages?
Tell me command which is use for create quota database in Linux.
Tell me the 5 differences between Linux and Unix?
what is the difference betweenh the NFS and FTP?
How do i check which nfs version I am using ????????