Dealing with negative dentries
Dealing with negative dentries
Posted May 10, 2022 14:22 UTC (Tue) by willy (subscriber, #9762)In reply to: Dealing with negative dentries by NYKevin
Parent article: Dealing with negative dentries
Yes, there really are. Consider PATH=$HOME/bin:/bin:/usr/bin
Most commands you execute don't exist in your private bin, so you need a negative dentry for each of them.
Similar issues for header files; each invocation of gcc needs to search every directory in the -I directories for the header files.
