<?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>topic Get all users permission to a file in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/get-all-users-permission-to-a-file/m-p/240293#M18702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;This question have nothing to do with GIS but I hope somebody will help.&lt;/P&gt;&lt;P&gt;I need to find the permission of all users for a file/directory. You get this in Windows by opening the file properties and select the security tab.&lt;/P&gt;&lt;P&gt;I can use os.access to get my permissions but I need the other users/groups too.&lt;/P&gt;&lt;P&gt;I could not find any way to do it with basic python libraries (or with the libraries that comes in Pro).&lt;/P&gt;&lt;P&gt;Is there any way to do it with the basic libraries or do you need some external library and which one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2020 05:30:15 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2020-05-26T05:30:15Z</dc:date>
    <item>
      <title>Get all users permission to a file</title>
      <link>https://community.esri.com/t5/python-questions/get-all-users-permission-to-a-file/m-p/240293#M18702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;This question have nothing to do with GIS but I hope somebody will help.&lt;/P&gt;&lt;P&gt;I need to find the permission of all users for a file/directory. You get this in Windows by opening the file properties and select the security tab.&lt;/P&gt;&lt;P&gt;I can use os.access to get my permissions but I need the other users/groups too.&lt;/P&gt;&lt;P&gt;I could not find any way to do it with basic python libraries (or with the libraries that comes in Pro).&lt;/P&gt;&lt;P&gt;Is there any way to do it with the basic libraries or do you need some external library and which one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 05:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/get-all-users-permission-to-a-file/m-p/240293#M18702</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-05-26T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get all users permission to a file</title>
      <link>https://community.esri.com/t5/python-questions/get-all-users-permission-to-a-file/m-p/240294#M18703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest, or least code, approach would be to call &lt;A class="link-titled" href="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls" title="https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls"&gt;icacls | Microsoft Docs&lt;/A&gt; using &lt;A class="link-titled" href="https://docs.python.org/3/library/subprocess.html" title="https://docs.python.org/3/library/subprocess.html"&gt;subprocess — Subprocess management — Python 3.8.3 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 13:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/get-all-users-permission-to-a-file/m-p/240294#M18703</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-26T13:21:36Z</dc:date>
    </item>
  </channel>
</rss>

