<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Linux Commands on My Portfolio</title>
    <link>https://kazuf3.nicheapplab.com/categories/linux-commands/</link>
    <description>Recent content in Linux Commands on My Portfolio</description>
    <image>
      <title>My Portfolio</title>
      <url>https://kazuf3.nicheapplab.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://kazuf3.nicheapplab.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 18 Jul 2023 18:10:51 -0700</lastBuildDate>
    <atom:link href="https://kazuf3.nicheapplab.com/categories/linux-commands/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Linux Commands</title>
      <link>https://kazuf3.nicheapplab.com/posts/linux-commands/</link>
      <pubDate>Tue, 18 Jul 2023 18:05:44 -0700</pubDate>
      <guid>https://kazuf3.nicheapplab.com/posts/linux-commands/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://kazuf3.nicheapplab.com/posts/cyber-security-portfolio-index/&#34;&gt;Back to index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#scenario&#34;&gt;Scenario(given)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;#current-file-permissions&#34;&gt;Current file permissions(given)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://kazuf3.nicheapplab.com/posts/file-permissions-in-linux/&#34;&gt;File permissions in Linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;scenario&#34;&gt;Scenario&lt;/h2&gt;
&lt;p&gt;You are a security professional at a large organization. You mainly work with
their research team. Part of your job is to ensure users on this team are
authorized with the appropriate permissions. This helps keep the system secure.&lt;/p&gt;
&lt;p&gt;Your task is to examine existing permissions on the file system. You’ll need to
determine if the permissions match the authorization that should be given. If
they do not match, you’ll need to modify the permissions to authorize the
appropriate users and remove any unauthorized access.&lt;/p&gt;</description>
    </item>
    <item>
      <title>File Permissions in Linux</title>
      <link>https://kazuf3.nicheapplab.com/posts/file-permissions-in-linux/</link>
      <pubDate>Tue, 18 Jul 2023 18:10:51 -0700</pubDate>
      <guid>https://kazuf3.nicheapplab.com/posts/file-permissions-in-linux/</guid>
      <description>&lt;h2 id=&#34;project-description&#34;&gt;Project description&lt;/h2&gt;
&lt;p&gt;This project repairs file permissions to its appropriate status.&lt;/p&gt;
&lt;h2 id=&#34;check-file-and-directory-details&#34;&gt;Check file and directory details&lt;/h2&gt;
&lt;p&gt;After performing the command, ls -la in the /home/researcher2/projects/ directory, we found the following status.&lt;/p&gt;
&lt;h2 id=&#34;describe-the-permissions-string&#34;&gt;Describe the permissions string&lt;/h2&gt;
&lt;p&gt;In the &lt;code&gt;/home/researcher2/projects&lt;/code&gt; directory, there are five files with the following names and permissions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;project_k.txt: -rw-rw-rw-&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;User = read, write&lt;/li&gt;
&lt;li&gt;Group = read, write&lt;/li&gt;
&lt;li&gt;Other = read, write&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;project_m.txt: -rw-r-----&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;User = read, write&lt;/li&gt;
&lt;li&gt;Group = read&lt;/li&gt;
&lt;li&gt;Other = none&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;project_r.txt: -rw-rw-r--&lt;/code&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
