Files
web_mindmap/imgs/linux_processes.svg
2026-05-12 13:09:36 +09:00

25 lines
1.9 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="760" viewBox="0 0 1200 760" role="img" aria-labelledby="title desc">
<title id="title">Linux processes and services</title>
<desc id="desc">Linux process and service flow with systemd, processes, logs, and scheduled jobs.</desc>
<rect width="1200" height="760" fill="#f5f9ff"/>
<text x="90" y="120" font-family="Segoe UI, Arial, sans-serif" font-size="50" font-weight="800" fill="#12345b">프로세스와 서비스</text>
<text x="90" y="170" font-family="Segoe UI, Arial, sans-serif" font-size="24" fill="#526173">실행 중인 프로그램을 관찰하고, 서비스로 등록하고, 로그와 예약 작업으로 운영합니다.</text>
<g font-family="Segoe UI, Arial, sans-serif" font-weight="800">
<rect x="150" y="260" width="260" height="120" rx="20" fill="#e8f1ff"/>
<text x="190" y="325" font-size="30" fill="#12345b">ps / top</text>
<text x="190" y="355" font-size="19" fill="#526173">무엇이 실행 중인지 보기</text>
<rect x="470" y="260" width="260" height="120" rx="20" fill="#ecfdf5"/>
<text x="510" y="325" font-size="30" fill="#12345b">systemd</text>
<text x="510" y="355" font-size="19" fill="#526173">서비스 시작과 자동 실행</text>
<rect x="790" y="260" width="260" height="120" rx="20" fill="#fff7ed"/>
<text x="830" y="325" font-size="30" fill="#12345b">journalctl</text>
<text x="830" y="355" font-size="19" fill="#526173">서비스 로그 확인</text>
<rect x="310" y="470" width="260" height="120" rx="20" fill="#f4f0ff"/>
<text x="350" y="535" font-size="30" fill="#12345b">kill</text>
<text x="350" y="565" font-size="19" fill="#526173">종료 신호 보내기</text>
<rect x="630" y="470" width="260" height="120" rx="20" fill="#ecfeff"/>
<text x="670" y="535" font-size="30" fill="#12345b">cron</text>
<text x="670" y="565" font-size="19" fill="#526173">정해진 시간에 실행</text>
</g>
</svg>