About 142,000 results
Open links in new tab
  1. What Is .bashrc in Linux? Configuration Explained - DigitalOcean

    Jun 22, 2025 · The .bashrc file is a user-specific configuration script that runs every time you open a new interactive terminal. It’s used to set up a personalized environment by defining …

  2. What is the purpose of .bashrc and how does it work?

    The purpose of a .bashrc file is to provide a place where you can set up variables, functions and aliases, define your (PS1) prompt and define other settings that you want to use every time …

  3. The Linux .bashrc File: What It Is, Plus 6 Things You Can Do With It

    Dec 24, 2024 · Summary The .bashrc file is crucial for configuring commands on Linux shell startup. Knowing the shell you're running helps you configure .bashrc properly. Customize …

  4. command line - Where is .bashrc? - Ask Ubuntu

    The quickest way to access it is nano ~/.bashrc from a terminal (replace nano with whatever you like to use). If this is not present in a user's home folder the system-wide .bashrc is used as a …

  5. Mastering the Linux `.bashrc` File: A Comprehensive Guide

    Aug 9, 2025 · This blog post will delve into the fundamental concepts of the `.bashrc` file, its usage methods, common practices, and best practices to help you gain an in-depth …

  6. How to bashrc file location, edit, reload, and view bash|shell script ...

    The location is ~/.bashrc where ~ is a current user logged in the home directory. In the case of the System directory, this file is located at /etc/bash.bashrc.

  7. How to Open and Edit bashrc file in Ubuntu

    Jan 15, 2024 · While customizing your Linux terminal, you will come across a term called .bashrc file but if you are new to Linux, you may not know what it is and how to access it.

  8. .bashrc: The Configuration File of Linux Terminal | Unixmen

    The bashrc file is typically located in your home directory as a hidden file (“~/.bashrc”). This file lets you customize your shell environment, enhancing both efficiency and personalization.

  9. Understanding the .bashrc File in Linux | Jamison Johnson

    May 17, 2025 · The .bashrc file is a script that is executed whenever a new terminal session is started in interactive mode. It lives in your home directory (~/.bashrc) and is specific to each …

  10. ~/.bashrc - Linux Bash Shell Scripting Tutorial Wiki - nixCraft

    Viewing ~/.bashrc file The .bashrc file is hidden by default in your home directory ($HOME), but you can view it with the ls -a command. For example: ls -a ls -a $HOME/.bashrc