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

DataOps Tool Automation Best Practices Guide

Introduction Data is now a key part of business decisions, reporting, and digital services. Teams need reliable data pipelines to collect, process, and deliver information on time….

Read More

RobotOps and Robot Fleet Management: A Practical Guide

What happens when a robot stops working during a busy production shift? A technician arrives, checks the machine, searches for the problem, and tries to restore operations….

Read More

Site Reliability Engineering: Key Concepts, Tools, and Best Practices

Introduction Imagine your favorite video game crashes during a match. You feel annoyed because the game stopped working. Websites face this exact problem every single day. Millions…

Read More

The Future of Computer Operations: How Smart Systems Fix Problems

Every day, millions of people tap smartphone screens to navigate morning traffic, order groceries to their doorsteps, and transfer money between bank accounts in seconds. Behind every…

Read More

How DataOps Improves Alert Accuracy with AI Tools

Data pipelines run constantly to deliver numbers, reports, and dashboards. When something breaks, monitoring systems send alerts to data engineers. But when these notifications ring every ten…

Read More

Core Engineering Skills Needed to Master Data Pipeline Automation Systems

Introduction Imagine building a giant LEGO castle, but someone keeps swapping out your plastic bricks for blocks of melting ice. That is what working with raw digital…

Read More