Add `-yy` to strace examples in Linux Cheat Sheet
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