about summary refs log tree commit diff
path: root/users/wpcarro/playbooks/shell.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/playbooks/shell.md')
-rw-r--r--users/wpcarro/playbooks/shell.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/users/wpcarro/playbooks/shell.md b/users/wpcarro/playbooks/shell.md
new file mode 100644
index 0000000000..5eda417f48
--- /dev/null
+++ b/users/wpcarro/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
+```