Find Mount Directory

HI ,

I am trying to find directories/folder for the mount path .

Ex mount path : /real/path/oracle/ora/

output is

drwxr-xr-x 2 oracle dba 37888 Feb 10 08:36 realdum
drwxr-xr-x 2 oracle dba 16384 Feb 10 09:08 delete

Is there any unix command to get above output from mount path.

Thanks

hi mate,

u need to list the all directries from current dir or u need all sub directries which inside current directries

thanks
shanmu

HI ,

I need only directories from that mount path ,,not sub directory from those folders .thx

ls -l /real/path/oracle/ora/ | grep "^d"