Skipping the /proc filesystem

Randall R Schulz rschulz@sonic.net
Wed Jul 23 23:23:00 GMT 2003


At 13:59 2003-07-23, Chris January wrote:
> > Randall R Schulz wrote:
> > > At 18:15 2003-07-22, David A. Cobb wrote:
> > >>I would wish to tell find not to get involved with the /proc filesystem
> > >>at all. Can that easily be done?
> > >
> > > Very easily:
> > > % find / -path '/proc' -prune -o -print
> >
> > Would it make sense to identify the inodes under /proc/registry as not
> > regular files (type f), but, say, devices (or other such special files)?
>
>No.


Chris,

Just to clarify what may, due to quote trimming, appear to be a 
suggestion I made, the idea about using a special inode type for the 
/proc entries was not mine, it was David A. Cobb's.

Randall Schulz


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list