Linux Interview Questions and Answer

What is Linux?

Linux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work.

What are Linux OS Flavors?

Popular Linux distros

  • Android.
  • Arch Linux.
  • Centos.
  • Debian.
  • Elementary OS.
  • Fedora Linux.
  • Gentoo Linux.
  • Kali Linux.

What is Kernel?

hardware–> kernel
kernel is important for all the OS.
The kernel is a computer program.

The Linux kernel enables the communication between hardware and software via drivers included in the kernel or added via kernel modules. It is also in charge of managing the system’s resources, including as memory management, process and task management, and disc management.
(it is talking to hardware and human layers).

What is virtual box?
It is hypervisor, managing vms(virtual Machine system).

What is filesystem?

collection of files/directly for certain purpose.

Types of Filesystem

boot filesystem —–This is a Kernel
root filesystem —— what you see… war,etc,linex opt
user filesystem —— c:\users\Roshan Kumar> start .(dot)

What is absolute path and relative path?

Absolute path ====> start from the root.
Relative Path ====> start from current directory.

What is VM?
It is hypervisor
on the top of base kernel. It contains( boot filesystem, root filesystem, user filesystem, App filesystem) in form of image .
Then, It creates
one instance (virtual machine) and many more virtual machine. It sends in the form of an image what you have in the image to one instance (virtual machine) and many more instances (virtual machine) where image goes through kernel{This is not base kernel}, then root, then user, then application).
They behave like independently
but it not independent all are control by base kernal and hardware.

Related Posts

Launching Your Aviation Career: How to Select the Right Flight School

Entering the aviation sector is an extraordinary milestone for anyone who has ever looked upward and envisioned a life in the cockpit. Whether your ambition is to…

Read More

The Definitive Handbook on Selecting Orthopedic Hospitals and Practitioners

Deciding where to seek treatment for an aching joint, an old sports injury, or persistent back pain is a pivotal moment in personal healthcare. Musculoskeletal concerns span…

Read More

Finding Reliable Legal Representation and Professional Guidance Online

Navigating personal or professional life often brings moments where legal clarity becomes essential. Whether someone is finalizing a real estate acquisition, managing a boundary disagreement, navigating marital…

Read More

Ask a Doctor Online: A Simple Guide to Virtual Healthcare

In our fast-paced world, the traditional trip to a doctor’s office isn’t always the most practical first step when health concerns arise. Whether you are dealing with…

Read More

Best Free Programming Ebooks to Learn Software Development

Learning modern technology can feel overwhelming when tutorials are scattered across dozens of websites. Many software developers, engineering students, and IT professionals struggle to find comprehensive study…

Read More

FinOps Training: Understanding Cost Visibility and Optimization

Introduction Moving workloads to the cloud can simplify infrastructure management, but it can also introduce a new financial challenge. Teams can provision resources whenever they need them,…

Read More