This is my version of strace. It can be attached to the running process or start new. Attaching to the running process requires root/sudo privileges.
git clone https://github.com/guzlewski/strace
cd strace
make
./strace.out EXECUTABLE [arg1] ... [argn]
./strace.out -p PID
./strace.out ls -l -a