how to check which process is using port in ubuntu code example Example 1: ubuntu check process on port sudo lsof -i:22 Example 2: ubuntu get process on port lsof -i -P -n