killport(){ sudo kill -9 $(sudo fuser -n tcp $1 2> /dev/null); } Now put this function in your bash configuration file, eg ~/.bashrc and then run: source ~/.bashrc