<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Directory read permission setting does not work in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240205#M202011</link>
    <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://@Haijin%20Li" target="_blank"&gt;&lt;EM&gt;@Haijin Li&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I think there is a problem with your command the - (hyphen) is missing can you copy and paste the below &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ sudo su - hive &lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please revert&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 12 May 2019 14:05:40 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2019-05-12T14:05:40Z</dc:date>
    <item>
      <title>Directory read permission setting does not work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240204#M202010</link>
      <description>&lt;P&gt;I use chmod to give others the read permission on the home/maria_dev directory. However, the user hive still cannot read the directory.&lt;/P&gt;&lt;PRE&gt;[maria_dev@sandbox-hdp ~]$ ls -ld
drwx---r-- 1 maria_dev maria_dev 4096 Mar &amp;nbsp;5 05:35 .
[maria_dev@sandbox-hdp ~]$ sudo su hive
[hive@sandbox-hdp maria_dev]$ ls
ls: cannot open directory .: Permission denied&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:23:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240204#M202010</guid>
      <dc:creator>Seaport</dc:creator>
      <dc:date>2022-09-16T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Directory read permission setting does not work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240205#M202011</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://@Haijin%20Li" target="_blank"&gt;&lt;EM&gt;@Haijin Li&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I think there is a problem with your command the - (hyphen) is missing can you copy and paste the below &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ sudo su - hive &lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please revert&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 14:05:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240205#M202011</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-05-12T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Directory read permission setting does not work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240206#M202012</link>
      <description>&lt;P&gt;You must provide read and execute (r-x) permissions to others.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;$ chmod 705 /home/maria_dev
$&amp;nbsp;sudo su hive

$&amp;nbsp;ls -l /home/maria_dev&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 May 2019 01:21:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240206#M202012</guid>
      <dc:creator>gul_shad</dc:creator>
      <dc:date>2019-05-13T01:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Directory read permission setting does not work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240207#M202013</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/89218/gansari.html" nodeid="89218"&gt;@Gulshad Ansari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks. You are right. The execute permission is required for entering the directory.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2019 04:57:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240207#M202013</guid>
      <dc:creator>Seaport</dc:creator>
      <dc:date>2019-06-15T04:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Directory read permission setting does not work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240208#M202014</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My intention is to use "su hive", not "su - hive".&lt;/P&gt;&lt;P&gt;Below is the resource showing the difference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tecmint.com/difference-between-su-and-su-commands-in-linux/"&gt;https://www.tecmint.com/difference-between-su-and-su-commands-in-linux/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks. &lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2019 05:04:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Directory-read-permission-setting-does-not-work/m-p/240208#M202014</guid>
      <dc:creator>Seaport</dc:creator>
      <dc:date>2019-06-15T05:04:03Z</dc:date>
    </item>
  </channel>
</rss>

