fuser : Simplifying Process Termination by Port Number
There are several ways to kill a process, but among them, if you know the port number of the process,I am introducing a simple way to quit using the fuser command. fuser : Basic info fuser is a command that tells which process is using a file or socket. If you pass a file or…