linux 日常命令记录

  • lsof
    • lsof -i:PORT
  • nm 
    • nm xx.so | grep aaa
  • valgrind
    • valgrind --leak-check=yes ./a.out
  • LD_LIBRARY_PATH
    • export LD_LIBRARY_PATH=../output/lib
posted @ 2022-07-24 15:44  angryCoder996  阅读(19)  评论(0编辑  收藏  举报