|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub
strace                                                              version 5.15
________________________________________________________________________________
strace is a diagnostic, debugging and instructional userspace utility for Linux.
It is used to monitor and tamper with interactions between processes and the
Linux kernel, which include system calls, signal deliveries, and changes of
process state. The operation of strace is made possible by the kernel feature
known as ptrace. [0]
Upstream: https://strace.io/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b strace                                                             |
|                                                                              |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[003] History
________________________________________________________________________________
2023-12-02 8085bf94 strace: 5.15
2023-09-02 96a853e9 strace: 5.14
2023-07-19 d3068fef strace: 5.13
2023-07-18 da8f6217 strace: update for new env
2023-07-15 9b1b5782 strace: use VERSION
2023-06-30 07516a67 strace: 5.12
2023-10-20 88ee707a strace: new package
2023-09-14 7a81cd9c strace: broken in 5.3. Waiting for new release.
2023-09-14 e894215b strace: new package at 5.2

[004] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Strace
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.