Linux Filesystem

The Linux Virtual File System

2 minute read

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 Filesystem and file operation

9 minute read

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...