[ ] DevOps skills
[ ] shell
screen
man
telnet 127.0.0.1 12345
fgrep
[ ] Sys calls
strace [binary_path]
strace -p [pid]
ltrace -p [pid]
gda -p [pid]
# list opened descriptors
lsof -p [pid]
[ ] DevOps skills
[ ] shell
screen
man
telnet 127.0.0.1 12345
fgrep
[ ] Sys calls
strace [binary_path]
strace -p [pid]
ltrace -p [pid]
gda -p [pid]
# list opened descriptors
lsof -p [pid]