What is the difference between NFS 3 and NFS 4? What are new
features added in NFS4?
Answers were Sorted based on User's Feedback
Answer / arun
nfsv3 acces through udp protocol whereas nfsv4 acces through
TCP/IP protocol
| Is This Answer Correct ? | 48 Yes | 17 No |
Answer / supriya
NFS 3 is accessed by UDP protocols where as NFS 4 is accesd
by TCP/IP protocol.
| Is This Answer Correct ? | 29 Yes | 15 No |
What is .sh file in unix?
How does unix work?
Is the Process before and after the swap are the same? Give reason.
command to display different lines that are found when compare two files?
What are the types of unix?
Is mac unix based?
Does windows use unix?
Interviewer: Lets say there is a partition of 100GB. When i tried to create a file using touch command, under any directory, it was unable to create the file- '100% full disk space'. I calculated the size of each and every directory on that partition mannually by adding each file size & in came out to be total size 50GB. Then where is the remaining 50GB ? why it is showing disk space 100% full in 'df -h' command?
What is dot profile in unix?
What do you understand by unix shell?
What is unix pattern?
Write a script that prints out date information in this order: time, the day of week, day number, month, year(sample output: 17:34:51 pdt sun 12 feb 2012)