The Linux Virtual File System
Linux allows different filesystems to be accessed via a kernel software layer called Virtual File System (VFS). VFS handles all the system calls related to a...
Linux allows different filesystems to be accessed via a kernel software layer called Virtual File System (VFS). VFS handles all the system calls related to a...
In the previous article, we see that system processes need to perform files operation very frequently. In this article, I will discuss some of Linux filesyst...