熟悉 Unix/Linux ps 與 kill 指令的朋友,如果不喜歡在Windows 7下透過Ctrl-Alt-Del > 開啟工作管理員 來管理執行程序 (process)的話。也可以利用command mode (cmd.exe) 下的 tasklist.exe 與 taskkill.exe 指令來完成。
舉例:
C:\>tasklist
映像名稱 PID 工作階段名稱 工作階段 # RAM使用量
========================= ======== ================ =========== ============
System Idle Process 0 Services 0 24 K
System 4 Services 0 324 K
smss.exe 300 Services 0 648 K
csrss.exe 408 Services 0 4,436 K
csrss.exe 464 Console 1 97,640 K
wininit.exe 496 Services 0 3,584 K
winlogon.exe 532 Console 1 5,908 K
C:\>taskkill /f /im httpd.exe
成功: 處理程序 "httpd.exe" (PID 468) 已經終止了。
成功: 處理程序 "httpd.exe" (PID 2792) 已經終止了。
#
沒有留言:
張貼留言