"Bash"의 두 판 사이의 차이

 
(사용자 3명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;Borune-again shell; bash
;bash (Borune-again shell)
;/bin/bash
;/bin/bash
;본어게인 쉘, 배쉬쉘, 배시
;본어게인 쉘, 배쉬쉘, 배시
6번째 줄: 6번째 줄:
*[[레드햇 계열]], [[데비안 계열]]의 기본쉘
*[[레드햇 계열]], [[데비안 계열]]의 기본쉘


<source lang='cli'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# cat /etc/issue
[root@zetawiki ~]# cat /etc/issue
CentOS release 6.5 (Final)
CentOS release 6.5 (Final)
13번째 줄: 13번째 줄:
[root@zetawiki ~]# echo $SHELL
[root@zetawiki ~]# echo $SHELL
/bin/bash
/bin/bash
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
root@zetadb:~# cat /etc/issue
root@zetadb:~# cat /etc/issue
Ubuntu 12.04.5 LTS \n \l
Ubuntu 12.04.5 LTS \n \l
20번째 줄: 20번째 줄:
root@zetadb:~# echo $SHELL
root@zetadb:~# echo $SHELL
/bin/bash
/bin/bash
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
30번째 줄: 30번째 줄:
* [[bash 단축키]]
* [[bash 단축키]]
* [[bash 빌트인]]
* [[bash 빌트인]]
* [[bash 튜토리얼]]
* [[bashism]]
* [[ls]]
* [[ls]]


==참고 자료==
==참고==
*http://en.wikipedia.org/wiki/Bash_(Unix_shell)
* {{위키백과|배시 (유닉스 셸)}}
*http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/  
* http://wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/  


[[분류: 리눅스]]
[[분류: 리눅스]]
[[분류:Bash]]
[[분류: /bin]]
[[분류: /bin]]

2021년 4월 9일 (금) 19:40 기준 최신판

1 개요[ | ]

bash (Borune-again shell)
/bin/bash
본어게인 쉘, 배쉬쉘, 배시
[root@zetawiki ~]# cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m

[root@zetawiki ~]# echo $SHELL
/bin/bash
root@zetadb:~# cat /etc/issue
Ubuntu 12.04.5 LTS \n \l

root@zetadb:~# echo $SHELL
/bin/bash

2 같이 보기[ | ]

3 참고[ | ]

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