<?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: Euhan Sarkar</title>
    <description>The latest articles on DEV Community by Euhan Sarkar (@euhansarkar).</description>
    <link>https://dev.to/euhansarkar</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%2F818119%2F0bd1615b-c21e-4703-8dfd-01b3c2d45e04.png</url>
      <title>DEV Community: Euhan Sarkar</title>
      <link>https://dev.to/euhansarkar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/euhansarkar"/>
    <language>en</language>
    <item>
      <title>you are not the owner so you cannot change the permissions Error in Linux</title>
      <dc:creator>Euhan Sarkar</dc:creator>
      <pubDate>Tue, 07 Nov 2023 18:11:11 +0000</pubDate>
      <link>https://dev.to/euhansarkar/you-are-not-the-owner-so-you-cannot-change-the-permissions-error-in-linux-198</link>
      <guid>https://dev.to/euhansarkar/you-are-not-the-owner-so-you-cannot-change-the-permissions-error-in-linux-198</guid>
      <description>&lt;p&gt;Recently, I shifted to Linux. After installation, I cannot access my HDD drives because of this error.&lt;/p&gt;

&lt;p&gt;The solution to this error is: you have to open the folder where you cannot create/paste any folder/files. Right-click and select the "Open in Terminal" option.&lt;/p&gt;

&lt;p&gt;Then, check the permissions using this command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;ls -l
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now, you'll see that only the root can access the file, and you cannot access it. If you want to access it, you have to change the permissions. This is why you need to execute the following command in the current terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd ..
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now, grant the necessary permissions using this command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo chown -R "desired_username" path_to_folder/folder_name
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That's it!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>archlinux</category>
      <category>filesystem</category>
    </item>
  </channel>
</rss>
