"Bash .profile 리로드"의 두 판 사이의 차이

(새 문서: ==개요== ;Reload bash .profile ;bash 쉘 .profile 다시 읽기 * 다시 로그인 하지 않고 .profile 읽기 <source lang='bash'> source ~/.profile </source> ==같이 보기==...)
 
잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;Reload bash .profile
;Reload bash .profile
;bash .profile 다시 읽기
;bash .profile 다시 읽기
* 다시 로그인 하지 않고 .profile 읽기
* 다시 로그인 하지 않고 .profile 읽기


<source lang='bash'>
==방법==
source ~/.profile
<syntaxhighlight lang='bash'>
</source>
syntaxhighlight ~/.profile
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[bash]]
* [[bash]]
* [[~/.profile]]
* [[리눅스 syntaxhighlight]]


==참고==
==참고==
* https://stackoverflow.com/questions/3274397/reload-profile-in-bash-shell-script-in-unix
* https://stackoverflow.com/questions/3274397/reload-profile-in-bash-shell-script-in-unix


[[분류: 리눅스]]
[[분류: bash]]
[[분류: bash]]

2020년 11월 2일 (월) 02:37 기준 최신판

1 개요[ | ]

Reload bash .profile
bash .profile 다시 읽기
  • 다시 로그인 하지 않고 .profile 읽기

2 방법[ | ]

syntaxhighlight ~/.profile

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}