Multiple choice technology programming languages

What Does VFS Stand For?

  1. Virtual File Server

  2. Virtual File System

  3. Virtual File Sync

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

VFS (Virtual File System) is the kernel subsystem that provides a unified interface for accessing different filesystem types. It allows applications to use standard system calls regardless of whether files are on ext4, NFS, FAT32, or other supported filesystems. Options A, C, and D are incorrect: it's not a server, sync mechanism, or 'None'.