Lines Matching refs:strace
32 strace
897 strace:
911 strace ping -c 1 127.0.0.1
957 strace passwd 2>&1 | grep open
987 /usr/bin/strace -o/t1 -f /usr/sbin/in.telnetd -h
997 -o is used to tell strace to output to a file in our case t1 in the root directory
1001 of the strace output.
1002 -p<pid> will tell strace to attach to a running process, yup this can be done provided
1004 the reason 2 processes cannot trace or debug the same program is that strace
1023 an strace of both programs under as identical a scenario as you can
1033 Look at man pages for strace & the various syscalls
1034 e.g. man strace, man alarm, man socket.
2316 strace uses this sometimes as it is a bit faster than the