Created
October 16, 2024 08:00
-
-
Save dinamic/965bd5cbd664f78529c8343ef5682e39 to your computer and use it in GitHub Desktop.
CLI Cheatsheet
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
# strace all processes with a similar process name | |
ps auxw | grep sbin/apache | awk '{print"-p " $2}' | xargs strace | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment