Skip to content

Commit

Permalink
Update img to Image to allow preview to get bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaboukhalil committed Apr 5, 2024
1 parent 5b94e8f commit 3de2d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/ifb-linux-basics-2/steps/step01.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script>
import Quiz from "$components/Quiz.svelte";
import Image from "$components/Image.svelte";
</script>

In a Unix operating system, files are arranged in a tree-like structure. In this structure, directories can be seen as branches and files (or empty directories) as leaves. Each file has a unique _path_ in the tree-like structure when starting from the _root_.
Expand All @@ -10,7 +11,7 @@ The root of the tree structure is also represented by the first `/` in the path.

There are 2 ways to describe paths: **absolute** and **relative**.

<img src="/data/ifb-linux-basics-2/absolute_and_relative_paths.png" style="max-width:60%" alt="Absolute and relative paths">
<Image src="/data/ifb-linux-basics-2/absolute_and_relative_paths.png" alt="Absolute and relative paths" />

## Absolute path

Expand Down

0 comments on commit 3de2d96

Please sign in to comment.