Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- ssh
- VirtualBox
- resource
- Source
- GIT
- profile
- IntelliJ
- 단축키
- Windows 10
- maVen
- vscode
- context
- web.xml
- Quartz
- find
- bash
- Windows
- grep
- import
- tomcat
- 줄바꿈 문자
- Eclipse
- 네트워크
- plugin
- Mac
- xargs
- netsh
- port
- JavaScript
- lsof
Archives
- Today
- Total
develog
[linux] shell script, bash, shell, kernel 본문
- shell script 나 shell 을 통해 입력한 명령을
- shell (bash) 이 명령어를 해석해서 kernel 에 전달하고
- kernel 은 해당 명령을 실행한다
shell script
- 명령 줄에서 실행되는 명령어와 제어 구조를 사용하여 작성된 스크립트
bash
- 'Bourne Again SHell' 의 약어
- shell 의 한 종류
- UNIX 및 UNIX 계열 운영 체제에서 사용되는 명령 줄 인터프리터
- shell script를 실행하기 위한 여러 shell 중 하나의 shell
shell
- 사용자와 OS 간의 인터페이스 역할
- shell 종류
* /bin/sh
* /bin/bash
* /bin/zsh
kernel
- 커널은 운영 체제의 핵심 부분
- 하드웨어와 소프트웨어 간의 통신을 관리한다
Comments