<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux :: FAU Cybersecurity Club</title>
    <link>https://example.org/learn/linux/index.html</link>
    <description>The Linux fundamentals security work is built on: filesystem, permissions, and processes.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://example.org/learn/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Filesystem</title>
      <link>https://example.org/learn/linux/filesystem/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://example.org/learn/linux/filesystem/index.html</guid>
      <description>How the Linux filesystem is laid out and why understanding it matters for security work.</description>
    </item>
    <item>
      <title>Permissions &amp; Users</title>
      <link>https://example.org/learn/linux/permissions/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://example.org/learn/linux/permissions/index.html</guid>
      <description>How Linux file permissions and users work, and why misconfigurations lead to privilege escalation.</description>
    </item>
    <item>
      <title>Processes &amp; Services</title>
      <link>https://example.org/learn/linux/processes/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://example.org/learn/linux/processes/index.html</guid>
      <description>What a Linux process is and how to inspect what is running and as whom.</description>
    </item>
  </channel>
</rss>