Quote:
Originally Posted by
know d unknown
did u try using "ls -lad" ??
Thank you for your quick reply...
Yes, it will shown with 'lad' option as same as with 'ld' if you are going to list from its full directory name otherwise, no such file or directory.
men:/nas> ls -lad CIM_SOLSUM*
/bin/ls: CIM_SOLSUM*: No such file or directory
men:/nas> ls -lad CIM_SOLSUMMARY
drwxrwxr-x 2 user1 user1 80 2009-09-19 17:46 CIM_SOLSUMMARY
By the way, this is on Linux machine.
men:/nas> uname -a
Linux sy1nas01 2.6.5-7.282-bigsmp #1 SMP Tue Aug 29 10:40:40 UTC 2006 i686 i686 i386 GNU/Linux
Thank you again.