Skip to content

Add `-yy` to strace examples in Linux Cheat Sheet

Will Chandler (ex-GitLab) requested to merge wc-strace-yy into master

What does this MR do?

Add the -yy flag to strace examples.

Edit:

Description of -yy (which is the same as --decode-fds=all):

-yy
--decode-fds=all
            Print all available information associated with file
            descritors: protocol-specific information associated with
            socket file descriptors, block/character device number
            associated with device file descriptors, and PIDs
            asociated with pidfd file descriptors.
Edited by Marcel Amirault

Merge request reports