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.
💻
Tobias Erdle
erdlet
💻
12
followers
·
27
following
21:31
(UTC +02:00)
https://erdlet.de
View GitHub Profile
All gists
1
Sort
Recently created
Least recently created
Recently updated
Least recently updated
Sort
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
erdlet
/
find_process_for_port_manjaro.md
Created
March 5, 2019 10:14
Command to find the process ID attached to a HTTP port on Manjaro (Arch Linux)
ss -tunap
|
grep
*
your port number
*
You can’t perform that action at this time.