---
+0 [译]strace的10个命令
Tag: 工具
strace是一个在类Unix操作系统如Linux上做debugging和trouble shooting的超级好用的工具。它可以捕获和记录进程的所有系统调用,以及这个进程接收的所有信号。
原文: 10 Strace Commands for Troubleshooting and Debugging Linux Processes
如果你的操作系统还没有安装strace,你可以运行下面的命令进行安装:
1
2
3
$ sudo apt install strace
查看全文: http://www.udpwork.com/item/17863.html
原文: 10 Strace Commands for Troubleshooting and Debugging Linux Processes
如果你的操作系统还没有安装strace,你可以运行下面的命令进行安装:
1
2
3
$ sudo apt install strace
查看全文: http://www.udpwork.com/item/17863.html