From a29ed22a838c304b6461f346f879324da8025668 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 26 Jul 2020 11:26:05 +0100 Subject: Create //playbooks/shell.md Taken from the overview: > I'm making this as an offline reference for some of the commands that I use > often enough to need to remember but not often enough to *actually* remember. --- playbooks/shell.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 playbooks/shell.md (limited to 'playbooks') diff --git a/playbooks/shell.md b/playbooks/shell.md new file mode 100644 index 000000000000..5eda417f489c --- /dev/null +++ b/playbooks/shell.md @@ -0,0 +1,12 @@ +# Shell + +I'm making this as an offline reference for some of the commands that I use +often enough to need to remember but not often enough to *actually* remember. + +## Reference + +- To kill a process by its port number: + +```shell +$ fuser 8080/tcp +``` -- cgit 1.4.1