소스 검색

updated one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
pull/1/head
trimstray 5 년 전
부모
커밋
afe6490ab0
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      README.md

+ 11
- 0
README.md 파일 보기

@@ -370,6 +370,12 @@ ___
fuser -k filename
```

###### Show what PID is listening on specific port

```bash
fuser -v 53/udp
```

___

##### Tool: [ps](https://curl.haxx.se)
@@ -894,6 +900,11 @@ lsof -Pni4 | grep LISTEN | column -t
lsof -c "process"
```

###### View user activity per directory

```bash
lsof -u username -a +D /etc
```
___

**Tool: [netstat](http://www.dest-unreach.org/socat/doc/socat.html/)**


불러오는 중...
취소
저장