about summary refs log tree commit diff
path: root/playbooks/shell.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-07-26T10·26+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-07-26T10·26+0100
commita29ed22a838c304b6461f346f879324da8025668 (patch)
tree483cba8e962e1ae23b95d40575a90c60221bd84e /playbooks/shell.md
parentcf6d181f7cfb4084cf1ef0bbec595fc00194b469 (diff)
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.
Diffstat (limited to 'playbooks/shell.md')
-rw-r--r--playbooks/shell.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/shell.md b/playbooks/shell.md
new file mode 100644
index 0000000000..5eda417f48
--- /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
+```