Kernel Commands All Questions › Category: Operating System › Kernel Commands 0 Vote Up Vote Down Anonymous asked 3 years ago 1 Answers 0 Vote Up Vote Down Anonymous answered 3 years ago Check kernel version uname -r Where is kernel image and dynamic modules ls /boot/*ls /lib/modules/<kernel-version> Refer Documentation of system calls man 2 writeman 2 read strace usage strace ./a.out strace echo "hello world" strace cat simple.txt