top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the primary functions of VFS?

0 votes
294 views
What are the primary functions of VFS?
posted Apr 8, 2016 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

VFS, or Virtual File System, separates file system generic operations from their implementation by defining a clean VFS interface. It is also based on a file-representation structure known as vnode, which contains a numerical designator needed to support network file systems.

answer Apr 8, 2016 by Shivaranjini
...