HBA vs. NIC vs. CNA
Daemon and Service Difference - Stack Overflow
[ce-04] tts & pts & pty
tty는 콘솔 로그인 정보 / pty, pts는 원격을 통한 로그인 정보를 의미 ◆ tty - 전신 타자기에서 유래된 이름 Tele Type writer의 약자 - tty는 리눅스 디바이스 드라이브 중 콘솔이나 터미널을 의미 -
sa2da-sac.tistory.com
docker it vs d
docker -itd 와 -it -d 의 차이
cat 명령어의 사용
https://recipes4dev.tistory.com/177
리눅스 cat 명령어 사용법. (Linux cat command) - 리눅스 파일 내용 출력.
1. 리눅스 파일 출력. 리눅스에서, 텍스트 파일(File)의 내용을 화면에 출력하는 방법 중 가장 쉽고 간단한 방법을 선택하라고 한다면, 어떤 명령를 가장 먼저 떠올리게 될까요? 아마 십중팔구 cat
recipes4dev.tistory.com
https://hello-bryan.tistory.com/163
[Docker] Docker cp : host 에서 Container 로 file copy
host , docker container file copy host filesystem 에서 docker 의 container 에 file 을 copy 하고 싶을 때 1. host -> docker container - test file 생성 - docker cp [hostFilePath] [container_name]:[..
hello-bryan.tistory.com