![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to view files in a particular directory under /opt | its.simron | UNIX for Dummies Questions & Answers | 1 | 05-21-2008 10:02 AM |
| Unable to view files in a particular directory under /opt | its.simron | Linux | 1 | 05-21-2008 09:59 AM |
| View lastest content in the file | Lauran Kerry | AIX | 3 | 01-10-2008 11:46 AM |
| view user permissions on directory | 99miles | UNIX for Dummies Questions & Answers | 1 | 01-05-2002 05:59 PM |
| Unable to view contents of a directory | maddave | UNIX for Dummies Questions & Answers | 13 | 10-25-2001 01:50 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Can't view directory content - SUNOS
Hi,
The app I support has a directory used for debugg files. It has just come to light there are no files in there. Or is there Changing into the directory and completing an ls -lta you get no files. This is truly not right for the application. If I go up one directory the directory size is drwxrwxr-x 2 user bin 71168 Jun 26 00:03 logdebug If you cat ./logdebug you get the following nonsense (actually not nonsense these are the names of the files I should be able to see. I can link the name PID to other logs, the yare new), This just stream for pages as there a lot of log files. cftp-19517-trans.log@cftp-25712-trans.log cftp-21911-trans.log¬dcs_cftp_flx-19487.logcftp-1897-trans.log cftp-22 468-trans.log cftp-10589-trans.log0cftp-11166-trans.log.logans.log............. If you do a file logedug it comes up as a directory. I can't figure out how this one directory has totally screwed up. SunOS prod002 5.8 Generic_117350-13 sun4u sparc SUNW,Sun-Fire-15000 Any idea where the files really are? Cheers, Neil |
|
|||||
|
Are you using wildcards for the "ls"? The fact that you have a large amount of files inside, could affect the use of wildcards.
Try to "cd" to the directory and give: Code:
find . -ls ![]() Regards. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|