<?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 Re: Cant Delete Certain .exe files (Antivirus picking them up as adware) in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118957#M25490</link>
    <description>&lt;P&gt;I am glad that helped you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see an option to delete the Directory in the NetApp CLI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have&amp;nbsp;to do that, I will create a temp NFS exports and delete&amp;nbsp;the directory in UNIX client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2016 14:18:43 GMT</pubDate>
    <dc:creator>OhmR</dc:creator>
    <dc:date>2016-05-04T14:18:43Z</dc:date>
    <item>
      <title>Cant Delete Certain .exe files (Antivirus picking them up as adware)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118854#M25465</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am cleaning out a users folder on our netapp share, and I ran into about 5 .exe files that I can not delete and any attempt to delete them pops up alerts from Sophos about them being Adware. I have tried everything I can think of to delete them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove them via admin powershell session with -force&lt;/P&gt;&lt;P&gt;Third party programs with that forcibly delete items&lt;/P&gt;&lt;P&gt;Sophos doesnt give an option to delete&lt;/P&gt;&lt;P&gt;Cant rename them (says I dont have permissions)&lt;/P&gt;&lt;P&gt;Owner tab is not available so I cant try to take ownership of the files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What else can I do here? Is there a way to force delete them from Netapp CLI? All attemps I have tried give me a permissions error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 21:10:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118854#M25465</guid>
      <dc:creator>STILLWATER_LICENSING</dc:creator>
      <dc:date>2025-06-04T21:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Delete Certain .exe files (Antivirus picking them up as adware)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118921#M25482</link>
      <description>&lt;P&gt;You should be able to delete the files in Storage CLI&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you running in C mode or 7 mode ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7 mode&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Swith to diag mode&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;filer2&amp;gt; priv set diag&lt;/P&gt;&lt;P&gt;Warning: These diagnostic commands are for use by NetApp&lt;BR /&gt;personnel only.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) list the files in the volume using ls command . You need to give the complete path /vol/dir1/dir2/dir3/dir4/dir5/...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filer2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;ls /vol/vol_test/&lt;BR /&gt;.&lt;BR /&gt;..&lt;BR /&gt;test3.txt&lt;BR /&gt;test.exe&lt;BR /&gt;test2.txt&lt;BR /&gt;&lt;SPAN&gt;filer2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3&lt;STRONG&gt;)Remove the file by using rm commnad&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filer2*&amp;gt; ls /vol/vol_test/&lt;BR /&gt;.&lt;BR /&gt;..&lt;BR /&gt;test3.txt&lt;BR /&gt;test.txt&lt;BR /&gt;123.exe&lt;BR /&gt;test2.txt&lt;BR /&gt;filer2*&amp;gt; rm /vol/vol_test/123.exe&lt;BR /&gt;filer2*&amp;gt; ls /vol/vol_test/&lt;BR /&gt;.&lt;BR /&gt;..&lt;BR /&gt;test3.txt&lt;BR /&gt;test.txt&lt;BR /&gt;test2.txt&lt;BR /&gt;filer2*&amp;gt;&amp;nbsp;priv set&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filer2&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For C mode&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You need to run the same node level commands in the node where the volume is created &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 15:25:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118921#M25482</guid>
      <dc:creator>OhmR</dc:creator>
      <dc:date>2016-05-03T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Delete Certain .exe files (Antivirus picking them up as adware)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118932#M25483</link>
      <description>&lt;P&gt;That did the trick, only modification I had to make was there where spaces in the file names, so I hade to add "" around the entire directory path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For future reference, is there a way to delete an entire directory rather than individual files with the rm command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2016 22:14:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118932#M25483</guid>
      <dc:creator>STILLWATER_LICENSING</dc:creator>
      <dc:date>2016-05-03T22:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cant Delete Certain .exe files (Antivirus picking them up as adware)</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118957#M25490</link>
      <description>&lt;P&gt;I am glad that helped you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see an option to delete the Directory in the NetApp CLI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have&amp;nbsp;to do that, I will create a temp NFS exports and delete&amp;nbsp;the directory in UNIX client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2016 14:18:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cant-Delete-Certain-exe-files-Antivirus-picking-them-up-as-adware/m-p/118957#M25490</guid>
      <dc:creator>OhmR</dc:creator>
      <dc:date>2016-05-04T14:18:43Z</dc:date>
    </item>
  </channel>
</rss>

