1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Adding content to 134-strace.md (#1892)

* Adding content to 134-strace.md

Added some content as a description of strace.

* Update content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/134-strace.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Mohammed Ashiqur Rahman Baig
2022-10-05 06:18:10 +06:00
committed by GitHub
parent 5057480ea9
commit 01516791db

View File

@@ -1 +1,7 @@
# Strace
# strace
`strac` is a useful diagnsotic, debugging tool for unix based operating systems. It traces the system calls and signals a processs uses during its lifetime. And usually returns the name of the each system calls , its arguments and what it returned.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://strace.io/'>Strace Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Page' href='https://man7.org/linux/man-pages/man1/strace.1.html'>Strace — Linux manual page</BadgeLink>