[Network] 4-3. lsof other commands

llunaB·2022년 2월 13일
0

network

목록 보기
9/9
post-custom-banner

쓰임새가 비교적 적은 lsof 명령어들을 정리해보았다.
이런 옵션도 있구나? 하고 참고하면 좋겠다.

List all files opened by a user

lsof -u username

List all open files by a particular Process

lsof -c Mysql

List Only IPv4 & IPv6 Open Files

lsof -i 4
lsof -i 6

List Open Files of TCP Port ranges 1-1024

lsof -i TCP:1-1024

Kill all Activity of a particular User

kill -09 'lsof -t -u <USERNAME>'
profile
안녕하세요. 성장하는 주니어 개발자입니다. :-)

0개의 댓글