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>pull/1891/head^2
parent
5057480ea9
commit
01516791db
1 changed files with 7 additions and 1 deletions
@ -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> |
||||||
|
Loading…
Reference in new issue