blob: 5eda417f489c3f2e80f99fec657482679d895939 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
```
|