Fuser
The command ‘fuser’ can help identify processes and their ownership
fuser -n tcp 443
This will also identify the user and process bound to the specified port number.
fuser -n tcp 443
This will also identify the user and process bound to the specified port number.