Evolution of Unix course
This commit is contained in:
55
web_src/lectures/computers/unix/fs.svg
Normal file
55
web_src/lectures/computers/unix/fs.svg
Normal file
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="400" viewBox="0 0 900 400">
|
||||
|
||||
<!-- Dégradés pour les dossiers -->
|
||||
<defs>
|
||||
<linearGradient id="folderGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#4a8fe7"/>
|
||||
<stop offset="100%" stop-color="#2a6fc9"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Dossier racine "/" -->
|
||||
<g transform="translate(50, 150)">
|
||||
<path d="M 0,0 L 80,0 L 80,60 Q 80,80 60,80 L 20,80 Q 0,80 0,60 Z" fill="url(#folderGradient)" stroke="#2a6fc9" stroke-width="2"/>
|
||||
<text x="40" y="100" text-anchor="middle" font-family="Arial" font-size="14" fill="#333">/</text>
|
||||
</g>
|
||||
|
||||
<!-- Dossier "home" -->
|
||||
<g transform="translate(180, 100)">
|
||||
<path d="M 0,0 L 80,0 L 80,60 Q 80,80 60,80 L 20,80 Q 0,80 0,60 Z" fill="url(#folderGradient)" stroke="#2a6fc9" stroke-width="2"/>
|
||||
<text x="40" y="100" text-anchor="middle" font-family="Arial" font-size="14" fill="#333">home</text>
|
||||
</g>
|
||||
|
||||
<!-- Dossier "etc" -->
|
||||
<g transform="translate(180, 200)">
|
||||
<path d="M 0,0 L 80,0 L 80,60 Q 80,80 60,80 L 20,80 Q 0,80 0,60 Z" fill="url(#folderGradient)" stroke="#2a6fc9" stroke-width="2"/>
|
||||
<text x="40" y="100" text-anchor="middle" font-family="Arial" font-size="14" fill="#333">etc</text>
|
||||
</g>
|
||||
|
||||
<!-- Dossier "usr" -->
|
||||
<g transform="translate(180, 300)">
|
||||
<path d="M 0,0 L 80,0 L 80,60 Q 80,80 60,80 L 20,80 Q 0,80 0,60 Z" fill="url(#folderGradient)" stroke="#2a6fc9" stroke-width="2"/>
|
||||
<text x="40" y="100" text-anchor="middle" font-family="Arial" font-size="14" fill="#333">usr</text>
|
||||
</g>
|
||||
|
||||
<!-- Fichiers -->
|
||||
<g transform="translate(350, 70)">
|
||||
<rect x="0" y="0" width="70" height="50" rx="3" fill="#f0f0f0" stroke="#ccc" stroke-width="1"/>
|
||||
<text x="35" y="30" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">grep</text>
|
||||
</g>
|
||||
|
||||
<g transform="translate(350, 170)">
|
||||
<rect x="0" y="0" width="70" height="50" rx="3" fill="#f0f0f0" stroke="#ccc" stroke-width="1"/>
|
||||
<text x="35" y="30" text-anchor="middle" font-family="Arial" font-size="12" fill="#333">ls</text>
|
||||
</g>
|
||||
|
||||
<!-- Connexions -->
|
||||
<path d="M 130,180 L 180,180" stroke="#2a6fc9" stroke-width="1" fill="none"/>
|
||||
<path d="M 130,280 L 180,280" stroke="#2a6fc9" stroke-width="1" fill="none"/>
|
||||
<path d="M 130,380 L 180,380" stroke="#2a6fc9" stroke-width="1" fill="none"/>
|
||||
|
||||
<path d="M 260,130 L 350,100" stroke="#ccc" stroke-width="1" fill="none"/>
|
||||
<path d="M 260,230 L 350,200" stroke="#ccc" stroke-width="1" fill="none"/>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
Reference in New Issue
Block a user