OS/Ubuntu

리눅스 파이어폭스 응답없음 firefox is already running, but is not responding

Lute3r 2013. 5. 2. 13:23

리눅스 파이어폭스 응답없음 firefox is already running, but is not responding




[test@localhost]$ ps auxwww | grep firefox


test     11420  3.5  0.2 175680 23736 ?        Sl   13:18   0:00 gedit /home/test/firefox.txt
test     11431 44.7  1.8 580240 150140 ?       Rl   13:18   0:05 /usr/lib/firefox/firefox
test     11475  4.7  0.6 272832 54128 ?        Sl   13:18   0:00 /usr/lib/firefox/plugin-container /usr/lib/adobe-flashplugin/libflashplayer.so -greomni /usr/lib/firefox/omni.ja -appdir /usr/lib/firefox 11431 true plugin
test     11515  0.0  0.0   5652   836 pts/2    S+   13:19   0:00 grep --color=auto firefox



프로세스 킬 명령어로 죽인다




[test@localhost]$ kill 11420 11431 11475




반응형