How to list all the processes that run in a folder

By | August 15, 2009

In Linux, if you want to view all processes that run from a certain location you can run the following command:

lsof /home

This will list all the processes that run in /home directory

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.