Analysis Ideas:
To know what processes are running, which end of the target process, how to get a running process, and what actions are required.
Search by search engine, keyword:kconsole list process , query related information, post reference link
Execution process:
PS aux lists the running process (PID of the target process with the end of the record, such as the Firefox PID 22481)
or grep Firefox , will show 22481, ie pid
Then kill 22481 , then.
Note:
These commands are detailed and can be seen in the following links
Reference:
Win/mac/linux (GNOME|KDE) Table of keyboard shortcuts
Http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts
Linux Process View _ Baidu Encyclopedia
Http://baike.baidu.com/link?url=Ibd3yqzLWejj7Ye3uVHlDIU1orqxJbKTAD2wzvl4DsGuyjTObu_d8wY-LmYRfZoa
commands for finding processes and terminating process operations under Linux _teach yourself programming in Years-peter norvig_ Baidu space
http://hi.baidu.com/mcspring/item/b638a9288e2d3fcfdcf69a8e
Linux list Open File process lsof command Usage-chumojing-chinaunix Blog
Http://blog.chinaunix.net/uid-12461657-id-3167085.html
How to view all running processes in Linux-51cto.com
Http://os.51cto.com/art/201101/244090.htm