What is Network
💡 상호 연결을 통한 커뮤니케이션 프로토콜을 사용하는 컴퓨터의 그룹
Network 사용하는 목적
💡 자원 공유, 무선 통신
How to make the network
- 실제 생활을 모델링
Network Settings
- IP Address (version 4)
- Sub-Netmask IP Address
- Default Gateway IP Address
Linux Network Service
Ubuntu Linux Network
- NetworkManager
- networkd
Process
the actual execution of those instrctions
Fetch actual execution code
Process 의 특징
- Processes has like tree
- PID (Process Identifier)
Process 명령어
- pstree : 실행 중인 프로세스들을 트리구조로 표현
- ps : 모든 프로세스에 대한 정보 출력
- top : 실시간으로 변화하는 프로세스에 대한 정보 출력
Process
- Foregroud and Background
- Background
- Control process by keyboard
- jobs
- fg
- bg
Daemon
- Daemon : 백그라운드처럼 동작하는 포그라운드
- systemctl : 시스템 관리 매니저
Kill process
- kill
'Linux Basic' 카테고리의 다른 글
File System (0) | 2024.01.08 |
---|---|
Package (0) | 2024.01.08 |
Linux Command (1) | 2024.01.03 |
Multi User and Account (1) | 2024.01.02 |
Linux Booting (0) | 2024.01.02 |