![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Final Cut Pro: "AE Effects Error: Unable to find plug-in" warning when opening some p | iBot | OS X Support RSS | 0 | 11-05-2008 01:10 AM |
| ERROR: more than one instance of overloaded function "vprintf" has "C" linkage | donatoll | HP-UX | 0 | 10-14-2008 06:35 AM |
| Error to "find" a matching array element in a directory | mkbaral | Shell Programming and Scripting | 1 | 09-30-2008 02:06 PM |
| "find command" to find the files in the current directories but not in the "subdir" | swamymns | Shell Programming and Scripting | 9 | 07-22-2008 12:23 PM |
| grep to find content in between curly braces, "{" and "}," | keshav_rk | Shell Programming and Scripting | 4 | 08-09-2007 11:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
what is a "find stat() error"
I'm searching for an oracle emtab file.
I do a find / -name emtab -print and the first result gives me find: stat() error /apps/tomcat/jakarta-tomcat-5.5.9/bin/console.txt: I/O error Can someone explain what this error means? thanks, |
|
||||
|
find works by calling either ftw() or nftw() - these functions traverse a file tree, and return the results from a stat() call for every file found.
stat is a system call that returns metadata about a file - size, last modification date, permissions, etc. I/O errors occur when the filesystem metadata has a problem or the disk(s) has bad sectors, etc. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|