We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lsof = list of file process를 점유하고 있는 list를 보여줍니다. (기본적으로 많은 내용을 담고 있으므로 찾고 싶은 특정 process를 찾아내려면 필터링이 필요합니다.)
--help 명령어를 통해 option과 사용법을 알 수 있습니다.
-i 옵션을 통해 특정 port번호를 사용하고 있는 PID(process id)를 확인할 수 있습니다.
// OSX 13.3.1 HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH INFO USR1 USR2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
자주쓰는 명령어
lsof
lsof = list of file process를 점유하고 있는 list를 보여줍니다.
(기본적으로 많은 내용을 담고 있으므로 찾고 싶은 특정 process를 찾아내려면 필터링이 필요합니다.)
--help 명령어를 통해 option과 사용법을 알 수 있습니다.
-i 옵션을 통해 특정 port번호를 사용하고 있는 PID(process id)를 확인할 수 있습니다.
kill
The text was updated successfully, but these errors were encountered: