Trace Application in Linux

Using Strace,


Installaions "Fedora":
 dnf install strace
Running :
 strace -Tttvfs 1024 -o <output_file> <command>

Comments

Popular Posts