Loading...

Category: Linux Interview Questions

RAID

1. What is RAID? A) RAID (Redundant Array of Independent/Inexpensive Disks) is a technology that combines multiple physical disks into a single logical unit for improved performance, redundancy, or both. [ … ]

DHCP Server

1. What is DHCP? A) DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses, subnet masks, gateways, and DNS servers to clients on a network. 2. What ports does DHCP [ … ]

MySQL

1. What is MySQL? A) MySQL is an open-source Relational Database Management System (RDBMS) that uses SQL (Structured Query Language) for storing, retrieving, and managing data. 2. What is the [ … ]

Apache(HTTP&HTTPS)

1. What is Apache HTTP Server? A) Apache HTTP Server (commonly called Apache) is an open-source web server software that serves web content over HTTP/HTTPS. It’s one of the most [ … ]

Timedatectl

1. What is timedatectl? A) timedatectl is a command-line utility in systemd-based Linux systems used to query and change system clock, time zone, and NTP (network time synchronization) settings. 2. [ … ]

SAMBA

1. What is Samba? A) Samba is an open-source implementation of the SMB/CIFS protocol that allows file and printer sharing between Linux/Unix and Windows systems. 2. Which ports does Samba [ … ]