Skip to main content

Tag: LINUX

  • mkdir Linux Command

    mkdir command is used to create directories in Linux, supporting single, multiple, and nested directory creation.

    Apoorva VermaApoorva Verma
  • rmdir Linux Command

    Guide to efficiently delete directories in Linux using the rmdir and rm commands

    Apoorva VermaApoorva Verma
  • cd Linux Command

    Navigating through the Linux filesystem is straightforward with the cd command, which stands for “change directory.”

    Apoorva VermaApoorva Verma
  • ls Linux Command

    Understanding the ls Command in Linux: A Comprehensive Guide

    Apoorva VermaApoorva Verma
  • man Linux Command

    man command in Linux provides detailed documentation for any command, helping you understand its usage and options.

    Apoorva VermaApoorva Verma
  • Set Environment Variable in Linux

    Environment variables in Linux are dynamic values used by the system and applications to configure settings. You can set them temporarily for the current session or permanently by adding them to profile files like .bashrc/.zshrc

    Apoorva VermaApoorva Verma