this question reverse of linux define custom shell command?
i know can read documentation of commands using man/info/help/?. there way "decompile" shell command , know how executes.
call strace see how interacts kernel. if feel reading assembly, there's objdump -d.
Comments
Post a Comment