<?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: symlinks in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/symlinks/m-p/454977#M43931</link>
    <description>&lt;H4&gt;&lt;STRONG&gt;On unix Systems:&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;&lt;STRONG&gt;1.Check symbolic links in UNIX:&lt;/STRONG&gt;&lt;BR /&gt;List all files and folders in the parent directory to see if the destination folder is symbolically linked. Use the ls -l command to view symbolic link information.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ls&lt;/SPAN&gt; -l /path/to/parent-directory&lt;/P&gt;&lt;P&gt;If you see an arrow (-&amp;gt;) next to the destination folder, it means it's a symbolic link. For example:&lt;/P&gt;&lt;P&gt;lrwxrwxrwx 1 user group 15 Sep 11 10:00 folder -&amp;gt; /path/to/real-folder&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.To view the symbolic link target:&lt;/STRONG&gt;&lt;BR /&gt;If the destination folder is a symbolic link, you can use the ls -l command to see the actual path it points to.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ls&lt;/SPAN&gt; -l /path/to/symlink&lt;/P&gt;&lt;P&gt;This will show you the actual directory path that the symbolic link points to.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.Check the mount point:&lt;/STRONG&gt;&lt;BR /&gt;Make sure the folder is not a mount point. Sometimes mount points cause the contents of the folder to be automatically restored.&lt;BR /&gt;mount | grep /path/to/parent-directory&lt;BR /&gt;Check the auto-recovery task:&lt;BR /&gt;See if there are any automated tasks or scripts, such as cron jobs, that periodically restore the folder.&lt;/P&gt;&lt;P&gt;crontab -l&lt;BR /&gt;To view the system logs:&lt;BR /&gt;Check the system log files for any actions or errors that might affect the folder deletion.&lt;/P&gt;&lt;P&gt;dmesg | grep &amp;lt;your-folder-name&amp;gt;&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;On Windows Systems:&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4&gt;1.Use Command Prompt: In Command Prompt, use dir to list directory contents:&lt;/H4&gt;&lt;P&gt;&lt;SPAN class=""&gt;dir&lt;/SPAN&gt; /aL&lt;/P&gt;&lt;P&gt;&amp;nbsp;2.If the folder is a symlink and it reappears after deletion, the target directory might be getting restored automatically. You can test by deleting the symlink directly:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;rm&lt;/SPAN&gt; /path/to/symlink&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If the folder is not a symlink, consider other potential causes:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;File System Issues&lt;/STRONG&gt;: There might be issues with the file system or network share configuration. Check for any file system errors or inconsistencies.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Backup or Synchronization Tools&lt;/STRONG&gt;: Verify if there are backup or synchronization tools that might be restoring the folder.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Permissions and Ownership&lt;/STRONG&gt;: Ensure that permissions and ownership are set correctly and that no other users or processes are recreating the folder.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Wed, 11 Sep 2024 08:21:26 GMT</pubDate>
    <dc:creator>wareer</dc:creator>
    <dc:date>2024-09-11T08:21:26Z</dc:date>
    <item>
      <title>symlinks</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/symlinks/m-p/451529#M43418</link>
      <description>&lt;P&gt;on one of the share -&amp;gt;user is deleting a folder , but that folder re-appears after sometime.&lt;BR /&gt;&lt;BR /&gt;Is this because it has symlinks ? if yes, how do I verify ?&lt;BR /&gt;&lt;BR /&gt;Can someone help?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 18:41:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/symlinks/m-p/451529#M43418</guid>
      <dc:creator>Sairajeevmic</dc:creator>
      <dc:date>2024-03-20T18:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: symlinks</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/symlinks/m-p/454977#M43931</link>
      <description>&lt;H4&gt;&lt;STRONG&gt;On unix Systems:&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;&lt;STRONG&gt;1.Check symbolic links in UNIX:&lt;/STRONG&gt;&lt;BR /&gt;List all files and folders in the parent directory to see if the destination folder is symbolically linked. Use the ls -l command to view symbolic link information.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ls&lt;/SPAN&gt; -l /path/to/parent-directory&lt;/P&gt;&lt;P&gt;If you see an arrow (-&amp;gt;) next to the destination folder, it means it's a symbolic link. For example:&lt;/P&gt;&lt;P&gt;lrwxrwxrwx 1 user group 15 Sep 11 10:00 folder -&amp;gt; /path/to/real-folder&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.To view the symbolic link target:&lt;/STRONG&gt;&lt;BR /&gt;If the destination folder is a symbolic link, you can use the ls -l command to see the actual path it points to.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;ls&lt;/SPAN&gt; -l /path/to/symlink&lt;/P&gt;&lt;P&gt;This will show you the actual directory path that the symbolic link points to.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.Check the mount point:&lt;/STRONG&gt;&lt;BR /&gt;Make sure the folder is not a mount point. Sometimes mount points cause the contents of the folder to be automatically restored.&lt;BR /&gt;mount | grep /path/to/parent-directory&lt;BR /&gt;Check the auto-recovery task:&lt;BR /&gt;See if there are any automated tasks or scripts, such as cron jobs, that periodically restore the folder.&lt;/P&gt;&lt;P&gt;crontab -l&lt;BR /&gt;To view the system logs:&lt;BR /&gt;Check the system log files for any actions or errors that might affect the folder deletion.&lt;/P&gt;&lt;P&gt;dmesg | grep &amp;lt;your-folder-name&amp;gt;&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;On Windows Systems:&lt;/STRONG&gt;&lt;/H4&gt;&lt;H4&gt;1.Use Command Prompt: In Command Prompt, use dir to list directory contents:&lt;/H4&gt;&lt;P&gt;&lt;SPAN class=""&gt;dir&lt;/SPAN&gt; /aL&lt;/P&gt;&lt;P&gt;&amp;nbsp;2.If the folder is a symlink and it reappears after deletion, the target directory might be getting restored automatically. You can test by deleting the symlink directly:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;rm&lt;/SPAN&gt; /path/to/symlink&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If the folder is not a symlink, consider other potential causes:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;File System Issues&lt;/STRONG&gt;: There might be issues with the file system or network share configuration. Check for any file system errors or inconsistencies.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Backup or Synchronization Tools&lt;/STRONG&gt;: Verify if there are backup or synchronization tools that might be restoring the folder.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Permissions and Ownership&lt;/STRONG&gt;: Ensure that permissions and ownership are set correctly and that no other users or processes are recreating the folder.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 11 Sep 2024 08:21:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/symlinks/m-p/454977#M43931</guid>
      <dc:creator>wareer</dc:creator>
      <dc:date>2024-09-11T08:21:26Z</dc:date>
    </item>
  </channel>
</rss>

