일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- WEB
- namespace
- 컨테이너
- variable
- k8s
- 도커
- 초간단파이썬
- nginx
- springboot
- linux
- httpd실행
- mongodb operator
- java
- Engineer
- docker
- Kubernetes
- DOIK
- 쿠버네티스
- python
- multivm
- 파이썬
- container
- Vagrant
- bash
- devops #engineer
- RSS
- ioredirection
- devops #jenkins
- aws #engineer
- Strimzi
- Today
- Total
목록전체 글 (81)
샤인의 IT (막 적는) 메모장
Redhat 리눅스 계열 기준!(CentOS 실습) Package #RPM [root@localhost sudoers.d]# curl https://rpmfind.net/linux/centos/7.9.2009/os/x86_64/Packages/tree-1.6.0-10.el7.x86_64.rpm -o tree-1.6.0-10.el7.x86_64.rpm % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 47508 100 47508 0 0 19180 0 0:00:02 0:00:02 --:--:-- 19179 [root@localhost ~]# rpm -ivh tree-1.6...
User & Group User와 Group은 파일과 리소스를 제어하기 위해 사용된다. 유저명,UID는 /etc/passwd Password는 /etc/shadow에 암호화 형태로 저장됨 유저 Type 예) root 0 0 /root /bin/bash regular 1000~60000 1000~60000 /home/username /bin/bash service ftp,ssh.. 1~999 1~999 /var/ftp etc.. /sbin/nologin #유저 확인 [root@localhost ~]# cat /etc/passwd root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nol..
File Type 기본 파일 - 디렉토리 d 링크 l special file c socket s pipe p #디렉토리, touch 파일, text 파일 [root@localhost filetype]# touch my-file [root@localhost filetype]# file my-file my-file: empty [root@localhost filetype]# ls -l total 0 drwxr-xr-x. 2 root root 6 Jan 14 13:05 my-dir -rw-r--r--. 1 root root 0 Jan 14 13:05 my-file [root@localhost bin]# cd /usr/bin && file yum yum: Python script, ASCII text execu..