Trace system calls of a process linux

Trace network and file syscalls of a running process

strace -f -e trace=network,file -p <pid>