diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-26T10·26+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-26T10·26+0100 |
commit | a29ed22a838c304b6461f346f879324da8025668 (patch) | |
tree | 483cba8e962e1ae23b95d40575a90c60221bd84e /playbooks/shell.md | |
parent | cf6d181f7cfb4084cf1ef0bbec595fc00194b469 (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.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 +``` |