![]() |
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 |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading a file that is already open by another process | Tlg13team | Shell Programming and Scripting | 7 | 08-13-2008 08:57 PM |
| Monitor open file handles used by a process | jakSun8 | Shell Programming and Scripting | 3 | 07-15-2008 10:25 AM |
| Max No of Open File Descriptors in a process | lakshmankumar12 | UNIX for Advanced & Expert Users | 2 | 12-29-2004 11:54 PM |
| Should a UNIX daemon process close open fds? | kunalashar | UNIX for Dummies Questions & Answers | 1 | 10-24-2002 09:10 AM |
| transfer an open file description between two process | xu_wen_dong | High Level Programming | 1 | 01-17-2002 03:00 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Open Files for a process
I am having a client/server application which will download files from server. If server has directories, it will create directories/sub directories and then download files. In this process, I observed that number of open files are more than 400 (which is approxmately same as number of dir/subdir that I downloaded from server) using "lsof -p pid" command. The o/p of lsof command has "DIR" Type files with file descriptor as "Read".
I did't understand why the Type "DIR" is in read mode. Under what conditions it will take place? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|