22 lines
1.8 KiB
XML
22 lines
1.8 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 permissions</title>
|
|
<desc id="desc">Linux permission model showing owner, group, others and read, write, execute bits.</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>
|
|
<rect x="120" y="245" width="960" height="110" rx="20" fill="#0b1728"/>
|
|
<text x="170" y="315" font-family="Cascadia Code, Consolas, monospace" font-size="38" fill="#d6e4ff">- rwx r-x r-- user devs deploy.sh</text>
|
|
<g font-family="Segoe UI, Arial, sans-serif" font-size="25" font-weight="800" text-anchor="middle">
|
|
<rect x="150" y="435" width="220" height="110" rx="18" fill="#e8f1ff"/>
|
|
<text x="260" y="485" fill="#12345b">Owner</text>
|
|
<text x="260" y="520" font-size="20" fill="#526173">파일 주인</text>
|
|
<rect x="490" y="435" width="220" height="110" rx="18" fill="#ecfdf5"/>
|
|
<text x="600" y="485" fill="#12345b">Group</text>
|
|
<text x="600" y="520" font-size="20" fill="#526173">공동 작업 단위</text>
|
|
<rect x="830" y="435" width="220" height="110" rx="18" fill="#fff7ed"/>
|
|
<text x="940" y="485" fill="#12345b">Others</text>
|
|
<text x="940" y="520" font-size="20" fill="#526173">나머지 사용자</text>
|
|
</g>
|
|
<text x="130" y="635" font-family="Segoe UI, Arial, sans-serif" font-size="27" fill="#526173">chmod는 권한을 바꾸고, chown은 소유자를 바꾸며, sudo는 관리자 권한으로 실행합니다.</text>
|
|
</svg>
|