Skip to content

Instantly share code, notes, and snippets.

View parth721's full-sized avatar
👨‍💻
lots of fun

Partha Ghosh parth721

👨‍💻
lots of fun
View GitHub Profile
Screenshot From 2025-10-22 17-31-10
  • Binaries :
    • bin : store the essential user commands even before /usr is mounted for programs or app: ls, cat.
    • sbin : store administrative tools that sudo user will use : mount ,ip.
  • Devices :
    • dev : every hardware devices apperars here as a file. Eg: USB-stick.
  • Snap :
    • snap : where snap packages are stored.
  • Root :

Types of Virtual Machines (VMs)

  1. Process Virtualization:

    • Provides a platform-independent programming environment.
    • Example: JVM (Java Virtual Machine), .NET CLR.
    • Abstracts the underlying OS and hardware at the process level.
  2. System Virtualization: