solancer / posix-cmds

Commonly used posix commands on *nix platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

posix-cmds

Commonly used posix commands on *nix platforms

Kill process running the port number

kill -9 $(lsof -t -i tcp:80)

About

Commonly used posix commands on *nix platforms

License:GNU General Public License v3.0