List process and resources opened by the process
lsof /home/fin - list the process opening a specific file
lsof -i4TCP:8080 - list the process opening IPv4 TCP 8080 port; complete syntax = [46][protocol][@hostname|hostaddr][:service|port]