Computer Science Fundamentals Operating Systems Subjective
Mar 08, 2013

What are the primary functions of VFS?

Detailed Explanation

The primary functions of VFS are:
1.It specifies an interface between the kernel and a concrete file system.
2.It is to allow client applications to access different types of concrete file systems in a uniform way.
3.It can be used to access local and network storage devices transparently without the client application noticing the difference.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback