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 |
Tags
- terraform 문법
- AWS
- DynamoDB
- 파이썬
- Bash
- customize
- 도커
- terraform
- linux
- iterm2 shortcuts
- 테라폼 문법
- zshrc
- sftp란
- docker
- 빅오노테이션
- Shell
- python
- 컨테이너
- server
- iterm2 단축키
- zsh
- BIG-O NOTATION
- 도커컴포즈
- test
- 테라폼 기본 문법
- minikube mac 설치
- nosql
- docker-compose
- minikube 설치 방법
- Django
Archives
- Today
- Total
목록interactive-shell (1)
sklass의 s-class 프로그래밍 blog

현재 사용자의 상태에 따라서 shell이 interactive한지 login인지를 판단하고, 이에 맞는 실행파일들을 실행시키게 되어있습니다. 이번 포스트에서는 각 shell들을 설명하겠습니다. Interactive Shell Shell 이 실행되는 환경을 두가지로 나누어 볼 수 있습니다. 사용자로 부터 프롬프트를 통해 직접 명령을 입력받아 실행시키는 interactive shell 과 작성한 script 파일을 실행하는것과 같은 non-interative shell 입니다. Login Shell terminal을 열거나 ssh, putty를 사용하는 경우를 모두 Login Shell이라고 합니다. 시작시 /etc/profile, ~/.bash_profile, ~/.bash_login, ~/.profile..
shell
2021. 8. 21. 18:14