Tag: strace

strace to find Library Calls

Display library calls strace -f -e open ls >/dev/null

Using strace

Display system calls made and received by a process strace -c ls >/dev/null