summaryrefslogtreecommitdiff
path: root/public/archive/linux/File_Hierarchy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/archive/linux/File_Hierarchy/index.html')
-rw-r--r--public/archive/linux/File_Hierarchy/index.html23
1 files changed, 18 insertions, 5 deletions
diff --git a/public/archive/linux/File_Hierarchy/index.html b/public/archive/linux/File_Hierarchy/index.html
index 6bb87c1..6c81ce7 100644
--- a/public/archive/linux/File_Hierarchy/index.html
+++ b/public/archive/linux/File_Hierarchy/index.html
@@ -7,11 +7,24 @@
<title>Linux File Hierarchy</title>
</head>
<body>
+ <header>
+ <nav class="site-nav">
+ <div class="nav-container">
+ <div class="nav-left">
+ <a href="/" class="site-title">Shipwreckt</a>
+ </div>
+ <ul class="nav-right">
+ <li><a href="/">Home</a></li>
+ <li><a href="/archive/">Archive</a></li>
+ <li><a href="/links/">Links</a></li>
+ <li><a href="/contact/">Contact</a></li>
+ </ul>
+ </div>
+ </nav>
+ <h1>Linux File Hierarchy</h1>
+ <p class="post-date">August 05, 2024</p>
+ </header>
<article>
- <header>
- <h1>Linux File Hierarchy</h1>
- <p class="post-date">August 05, 2024</p>
- </header>
<div class="post-content">
<hr>
<p>Like any other operating system Linux has a File Hierarchy, due to the fact that the Linux operating system is a Unix-like operating system the infomation in this article can be applied to BSD and any modern versions of Unix like Solaris or IBM's AIX.</p>
@@ -63,7 +76,7 @@ The /dev directory contains files that represent the hardware devices of your co
- <footer class="post-footer">
+ <footer>
<a href="/archive/linux" class="back-button">⬅ Back to Linux</a>
</footer>