本帖最后由 谢花郎 于 2019-12-2 14:18 编辑
[root@yisu-5db71455c9055 ~]# bt 16
-bash: /usr/bin/bt: /bin/bash: bad interpreter: Text file busy
[root@yisu-5db71455c9055 ~]# lsof | grep bt
mysqld_sa 1748 root mem REG 253,1 174576 67634922 /usr/lib64/libtinfo.so.5.9
bash 22742 root mem REG 253,1 174576 67634922 /usr/lib64/libtinfo.so.5.9
[root@yisu-5db71455c9055 ~]# kill -9 pid
-bash: kill: pid: arguments must be process or job IDs
|
|