반응형
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
- nginx
- python
- ioredirection
- k8s
- multivm
- mongodb operator
- Kubernetes
- devops #jenkins
- RSS
- container
- linux
- java
- aws #engineer
- WEB
- devops #engineer
- springboot
- 파이썬
- namespace
- variable
- docker
- bash
- Vagrant
- Engineer
- httpd실행
- Strimzi
- 컨테이너
- DOIK
- 도커
- 쿠버네티스
- 초간단파이썬
Archives
- Today
- Total
목록스크립트 (1)
샤인의 IT (막 적는) 메모장
[Bash] 기본 작성 ( + WEB 서버 실행 스크립트)
기본 문법 스크립트 작성 및 Permission 부여한 후 실행 [root@scriptbox scripts]# cat firstscript.sh #!/bin/bash ### This script prints system info ### echo "Welcome to Bash script" echo #Check system time echo "###############################" echo "The uptime of the system is: " uptime #Memory Check echo "###############################" echo "Memory Utilization" free -m #Disk Check echo "########################..
Programming/Bash
2022. 1. 22. 17:47