<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: sayed</title>
    <description>The latest articles on DEV Community by sayed (@sayed_bcd059a599cfa75f4e5).</description>
    <link>https://dev.to/sayed_bcd059a599cfa75f4e5</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3874595%2F1622098f-e6fd-433b-979b-3ab870a7da06.jpg</url>
      <title>DEV Community: sayed</title>
      <link>https://dev.to/sayed_bcd059a599cfa75f4e5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sayed_bcd059a599cfa75f4e5"/>
    <language>en</language>
    <item>
      <title>Week 3 – Learning Linux the Right Way</title>
      <dc:creator>sayed</dc:creator>
      <pubDate>Fri, 01 May 2026 07:17:14 +0000</pubDate>
      <link>https://dev.to/sayed_bcd059a599cfa75f4e5/week-3-learning-linux-the-right-way-h64</link>
      <guid>https://dev.to/sayed_bcd059a599cfa75f4e5/week-3-learning-linux-the-right-way-h64</guid>
      <description>&lt;p&gt;This week I spent time working on Linux &lt;strong&gt;user and group management&lt;/strong&gt;, and honestly, it changed how I look at system security. At first, things like /etc/passwd and /etc/shadow just looked like normal files, but once I understood why passwords are separated and protected, it made me realize how much thought goes into even the basic design of an operating system.&lt;/p&gt;

&lt;p&gt;One thing that stood out to me was working with group management. I made a small mistake while using the usermod command and almost removed a user from all their groups because I forgot the -a flag. That moment taught me something important: in Linux, small commands can have big consequences. It’s not just about knowing commands, it’s about understanding what they actually do.&lt;/p&gt;

&lt;p&gt;What I like about learning Linux is that it’s very real. You’re not just memorizing theory—you’re actually working with systems the way professionals do. Every mistake becomes a lesson, and every fix builds confidence.&lt;/p&gt;

&lt;p&gt;I decided to share this post because it reflects my learning process, not just the results. As I continue growing in networking and cybersecurity, I want to document both my progress and the challenges I overcome along the way.&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>cybersecurity</category>
      <category>learning</category>
      <category>performance</category>
    </item>
    <item>
      <title>Week 1 – Linux User and Group Management</title>
      <dc:creator>sayed</dc:creator>
      <pubDate>Sun, 12 Apr 2026 08:44:35 +0000</pubDate>
      <link>https://dev.to/sayed_bcd059a599cfa75f4e5/week-1-linux-user-and-group-management-30i4</link>
      <guid>https://dev.to/sayed_bcd059a599cfa75f4e5/week-1-linux-user-and-group-management-30i4</guid>
      <description>&lt;p&gt;I worked on learning Linux user and group management this week. My main goal was to understand how to create users, assign them to groups, and manage permissions correctly. These are important skills for system administration because they control access and security.&lt;/p&gt;

&lt;p&gt;One challenge I faced was removing a user from multiple groups. I tried using some commands, but the user still appeared in the group list. This confused me because I expected the command to remove all group memberships.&lt;/p&gt;

&lt;p&gt;After troubleshooting, I learned that I needed to remove the user from each group individually using the command:&lt;/p&gt;

&lt;p&gt;gpasswd -d username groupname&lt;/p&gt;

&lt;p&gt;After running this command for each group and verifying with:&lt;/p&gt;

&lt;p&gt;groups username&lt;/p&gt;

&lt;p&gt;the issue was fixed. The user was no longer part of those groups.&lt;/p&gt;

&lt;p&gt;This week helped me understand how Linux handles users and groups and how important it is to verify changes. I also learned that troubleshooting is a key part of learning.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>networking</category>
      <category>cybersecurity</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
