context-switching Context switching in Linux refers to the process of storing and restoring the execution context or state of a CPU so that it can resume execution of a different process. control-groups…
Tag: linux
Linux Commands Examples
nslookup nslookup is a cross-platform command-line tool for querying the Domain Name System (DNS). Purpose Command Basic DNS Lookup nslookup example.com Find Mail Servers for a Domain nslookup -type=mx example.com Query Specific…
Hard link and Soft link
In Unix-like operating systems, hard links and soft links (also known as symbolic links) are two types of links that can be created to reference files. They serve different purposes and have…