Program that displays a list of open files by applications
Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.
Sloth is a program that displays a list of all open files in use by all the applications your user account is running on the system -- this list includes IP and Unix sockets, character devices and directories. This list is presented along with the names of applications using the file and their process IDs.
To install sloth, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sloth
To see what files were installed by sloth, run:
port contents sloth
To later upgrade sloth, run:
sudo port selfupdate && sudo port upgrade sloth
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.