<?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: How to check what are sub-folders and files available in a qtree using privilage access in Cdot in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116806#M24937</link>
    <description>&lt;P&gt;Thanks Matt for your prompt response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually i need to get&amp;nbsp;the details from filer prompt itself not from Powershell .., As it plays a key role when working on ndmp restores and to check for locks path.&lt;/P&gt;&lt;P&gt;Can you please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2016 12:14:38 GMT</pubDate>
    <dc:creator>koushi</dc:creator>
    <dc:date>2016-03-08T12:14:38Z</dc:date>
    <item>
      <title>How to check what are sub-folders and files available in a qtree using privilage access in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116802#M24935</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please let me know is there anyway to navigate inside the Qtree using privilage mode in Cdot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be on more insight.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can do the same thing to chek in 7mode using ls command using privilage mode.&amp;nbsp; Need to know what need to be done in Cdot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Koushik&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 21:51:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116802#M24935</guid>
      <dc:creator>koushi</dc:creator>
      <dc:date>2025-06-04T21:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what are sub-folders and files available in a qtree using privilage access in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116805#M24936</link>
      <description>&lt;P&gt;Hi Koushi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the following PowerShell CmdLets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PS C:\&amp;gt; get-help get-ncfile

NAME
    Get-NcFile

SYNOPSIS
    Obtains information for a file or directory.

SYNTAX
    Get-NcFile [-Path] &amp;lt;String&amp;gt; [-VserverContext &amp;lt;String&amp;gt;] [-Controller &amp;lt;NcController[]&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Obtains information for a file or directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS C:\&amp;gt; get-help get-ncqtree&lt;BR /&gt;&lt;BR /&gt;NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-NcQtree&lt;BR /&gt;&lt;BR /&gt;SYNOPSIS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; List the qtrees in a cluster or vserver.&lt;BR /&gt;&lt;BR /&gt;SYNTAX&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-NcQtree [[-Volume] &amp;lt;String[]&amp;gt;] [[-Qtree] &amp;lt;String[]&amp;gt;] [-VserverContext &amp;lt;String&amp;gt;] [-Attributes &amp;lt;QtreeInfo&amp;gt;] [-Controller &amp;lt;NcController[]&amp;gt;] [&amp;lt;Co&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mmonParameters&amp;gt;]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-NcQtree [-VserverContext &amp;lt;String&amp;gt;] -Template [-Controller &amp;lt;NcController[]&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-NcQtree [-VserverContext &amp;lt;String&amp;gt;] -Query &amp;lt;QtreeInfo&amp;gt; [-Attributes &amp;lt;QtreeInfo&amp;gt;] [-Controller &amp;lt;NcController[]&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;BR /&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; List the qtrees in a cluster or vserver.&lt;/PRE&gt;&lt;P&gt;It should be possible for you to list the files and directories within a qtree on vserver using these cmdlets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:01:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116805#M24936</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2016-03-08T12:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what are sub-folders and files available in a qtree using privilage access in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116806#M24937</link>
      <description>&lt;P&gt;Thanks Matt for your prompt response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually i need to get&amp;nbsp;the details from filer prompt itself not from Powershell .., As it plays a key role when working on ndmp restores and to check for locks path.&lt;/P&gt;&lt;P&gt;Can you please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:14:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116806#M24937</guid>
      <dc:creator>koushi</dc:creator>
      <dc:date>2016-03-08T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to check what are sub-folders and files available in a qtree using privilage access in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116809#M24938</link>
      <description>&lt;P&gt;Hi Koushi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can still use the "ls" command in cdot but it's within the node shell. EG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cluster1::*&amp;gt; set -privilege diag

cluster1::*&amp;gt; node run -node node_001 -command "ls /vol/volume_001"

.
..
qtree_001

cluster1::*&amp;gt; node run -node node_001 -command "ls /vol/volume_001/qtree_001"
.
..
folder_001&lt;/PRE&gt;&lt;P&gt;/matt&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 12:40:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/How-to-check-what-are-sub-folders-and-files-available-in-a-qtree-using-privilage/m-p/116809#M24938</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2016-03-08T12:40:46Z</dc:date>
    </item>
  </channel>
</rss>

