Answers for "where is bashrc"

1

bashrc termina,

vi ~/.bashrc
Posted by: Guest on January-10-2021
0

source .bashrc

source ~/.bashrc
or . ~/.bashrc
Posted by: Guest on January-28-2021
0

find bashrc

ls -la ~/ | more						#to find bashrc 
sudo nano .bashrc						#to edit the file
Posted by: Guest on March-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language