Computer Science, asked by rohithusain98, 5 hours ago

which file allows you to save modifications to the shell environment across the sessions​

Answers

Answered by HandsomeHunkk
0

bashrc

bashrc file. In general, if you want to make changes that have relevance to your interactive shell sessions, put them in . bash_profile. If you want the changes to run every time you run a shell script, etc., then put them in

Answered by qwvilla
0

bashrc file allows us to save modifications to the shell environment across the sessions​.

  • When a new terminal session begins in a mode that is interactive, then a script is executed in the form of a file, this file is termed a bashrc file.
  • The motive of this bashrc file is to give a place to set up for the different functions,, and variables.
  • We have to alter the bashrc as there may be some time when we want the default login environment to customize.

Similar questions