Skip to content
Search Gists
Search Gists
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
hoyacom
/
process.md
Last active
January 10, 2019 02:33
Show Gist options
Download ZIP
Star
0
(
0
)
You must be signed in to star a gist
Fork
0
(
0
)
You must be signed in to fork a gist
Embed
Embed
Embed this gist in your website.
Share
Copy sharable link for this gist.
Clone via HTTPS
Clone using the web URL.
Learn more about clone URLs
Clone this repository at <script src="https://gist.github.com/hoyacom/8204c3d656a77896d32fb2e07f17a53e.js"></script>
Save hoyacom/8204c3d656a77896d32fb2e07f17a53e to your computer and use it in GitHub Desktop.
Code
Revisions
2
Embed
Embed
Embed this gist in your website.
Share
Copy sharable link for this gist.
Clone via HTTPS
Clone using the web URL.
Learn more about clone URLs
Clone this repository at <script src="https://gist.github.com/hoyacom/8204c3d656a77896d32fb2e07f17a53e.js"></script>
Save hoyacom/8204c3d656a77896d32fb2e07f17a53e to your computer and use it in GitHub Desktop.
Download ZIP
[Process CLI command] 프로세서 명령어 #lsof #ps
Raw
process.md
8080 포트를 사용하는 프로레서 찾기
lsof -i tcp:8080
8080 포트를 사용하는 프로세서 죽이기
kill $(lsof -t -i:8080)
Sign up for free
to join this conversation on GitHub
. Already have an account?
Sign in to comment
You can’t perform that action at this time.