Jump to content

truss (Unix)

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by The Anome (talk | contribs) at 10:07, 17 October 2022 (Adding short description: "Program tracing tool"). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
truss
Original author(s)Roger Faulkner, Ron Gomes
Operating systemUnix and Unix-like
TypeCommand

truss is a system tool available on some Unix-like operating systems. When invoked with an additional executable command-line argument, truss makes it possible to print out the system calls made by and the signals received by this executable command-line argument. As of version IEEE Std 1003.1-2008, truss is not part of the Single UNIX Specification (POSIX).

The truss command was originally developed by Roger Faulkner and Ron Gomes as part of the development of Procfs for System V Release 4. While several names were considered, “truss” was chosen for being non-ambiguous and easily pronounceable, with multiple meanings, including as an abbreviation for TRace Unix Syscalls and Signals or in the sense of “If your program doesn’t work, put it in a truss.”[1]

See also

[edit]

References

[edit]
  1. ^ ""Re: curiosity: truss?" email from Roger Faulkner". Retrieved 2016-07-06.
[edit]