We have a customer that is using our large java application. This app invokes the "df" command to find the network drive mappings. On JUST THIS ONE CUSTOMERS machines (several), the "df" command is missing. He is using Mac OS 11.7.1.
The "df" command exists on every other Mac we've tested. WHY is it missing?
An attempt to install it using brew install coreutils, only kind-of worked. He can run "df -i -n" from the terminal, but our app still can't find it.