haibaraxx的个人博客分享 http://blog.sciencenet.cn/u/haibaraxx

博文

Linux: kill jobs

已有 2883 次阅读 2016-12-16 17:52 |个人分类:Linux|系统分类:科研笔记| Jobs, kill

yliu@bkli03l007:~$ xkill
Select the window whose client you wish to kill with button 1....
xkill:  killing creator of resource 0x3c00df1

yliu@bkli03l007:~$ firefox &
[1] 1338
yliu@bkli03l007:~$
(firefox:1338): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed

(firefox:1338): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

(firefox:1338): GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed

(firefox:1338): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

yliu@bkli03l007:~$ ps -e | grep fire
1338 pts/31   00:00:07 firefox
yliu@bkli03l007:~$ kill -9 1338
yliu@bkli03l007:~$ firefox &
[2] 1478
[1]   Killed                  firefox





https://blog.sciencenet.cn/blog-3031432-1021171.html

上一篇:Shell: make your shell scripts executable
下一篇:RS: algorithm description for NASA ocean color products
收藏 IP: 134.1.1.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-7-17 20:35

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部