diff options
Diffstat (limited to 'users/wpcarro/playbooks/shell.md')
-rw-r--r-- | users/wpcarro/playbooks/shell.md | 12 |
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 000000000000..5eda417f489c --- /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 +``` |