TIL: Using lsof -o, you can find the offset in an open file, and this can be used to monitor progress of commands that are doing file i/o, such as gzip or cp/mv. #unixtips
1
6
60
Replies
@kernelhacker Also `lsof -i :port_number` gives you the process id of the process running on that port :)
0
0
0