๋ฌธ์ ์ํฉ
- SSH๋ก ๋ฆฌ๋
์ค ์ ์ ์ .bashrc๊ฐ ์ ์ฉ์ด ์๋๋ ๋ฌธ์
๋ฌธ์ ์์ธ
- Windows Terminal, Putty ๋ฑ SSH ์ ์ ํ๋ก๊ทธ๋จ ๋ฌธ์ ๋ก SSH ์ฐ๊ฒฐ ์ bash ํ๊ฒฝ ํ์ผ์ ์ ๋๋ก ์ ์ฉํ์ง ๋ชปํ๋ ๊ฒฝ์ฐ๊ฐ ์๋ ๋ฏํจ
ํด๊ฒฐ ๋ฐฉ๋ฒ
source ๋ช
๋ น์ด๋ก .bashrc ์ ์ฉ
- SSH ์ธ์
์ด ์ข
๋ฃ๋๊ณ ์ฌ์ ์ํ๋ฉด ๋ ์ ์ฉ์ด ์๋์ด ์์
source ~/.bashrc
.bash_profile ํ์ผ์ ๋ง๋ค์ด์ ssh๋ก ์ ์ ์ ์๋ ์ ์ฉ
- SSH ์ ์ํ ๋๋ง๋ค ์์์ ์ ์ฉ๋๊ฒ .bash_profile ํ์ผ์ ๋ช
๋ น์ด๋ฅผ ์
๋ ฅํด ์ค
echo "source ~/.bashrc" > ~/.bash_profile