"linux/cmd/lsof"의 두 판 사이의 차이
Redjini WiKi
(차이 없음)
|
2017년 7월 3일 (월) 12:06 기준 최신판
- 리눅스 명령어 > awklinux/cmd/awk
- 리눅스 명령어 > chkconfiglinux/cmd/chkconfig
- 리눅스 명령어 > datelinux/cmd/date
- 리눅스 명령어 > freelinux/cmd/free
- 리눅스 명령어 > iostatlinux/cmd/iostat
- 리눅스 명령어 > lastlinux/cmd/last
- 리눅스 명령어 > lastblinux/cmd/lastb
- 리눅스 명령어 > lastloglinux/cmd/lastlog
- 리눅스 명령어 > lsoflinux/cmd/lsof
- 리눅스 명령어 > pidoflinux/cmd/pidof
- 리눅스 명령어 > uptimelinux/cmd/uptime
특정 파일을 엑세스하고 있는 프로세스 확인
lsof filename
Socket 확인
lsof -i [protocol][@hostname|hostaddr][:service|port]
- 예)
- lsof -i@192.168.0.1
- lsof -i@192.168.0.1:80
- lsof -i:80
특정 사용자 프로세스 확인하기
lsof -u UID
특정 Process가 사용하는 파일 확인
lsof -p PID