-
-
Save AlexDemian/db8553c540e5e893c59eccd6555cd603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kill -9 $(ps aux | grep text_pattern | awk '{print $2}') # group process kill with filters | |
lsof -i :7777 #Check socket/port information | |
grep -Ril 'pattern' # find all files containing specific text on Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment