ldd: Print shared object dependencies. List dependencies. Generally used in c language or LD_PRELOAD attacks
strace: Trace system calls and signals Use this to watch any command’s system calls:
strace -e openat ls /root
ldd: Print shared object dependencies. List dependencies. Generally used in c language or LD_PRELOAD attacks
strace: Trace system calls and signals Use this to watch any command’s system calls:
strace -e openat ls /root