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 | 29 | 30 | 31 |
Tags
- web.xml
- vscode
- netsh
- lsof
- plugin
- profile
- GIT
- IntelliJ
- resource
- 줄바꿈 문자
- xargs
- Mac
- port
- 네트워크
- maVen
- Source
- find
- 단축키
- grep
- Eclipse
- context
- JavaScript
- bash
- ssh
- import
- VirtualBox
- tomcat
- Quartz
- Windows 10
- Windows
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