리눅스 파이어폭스 응답없음 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 /u..
top 명령어 옵션 top 명령 실행시 추가할 수 있는 옵션(top) -d [sec]: 설정된 초단위로 Refresh(top) -c : command뒤에 인자값 표시top 명령 실행 후 사용할 수 있는 옵션 shift + t : 실행된 시간이 큰 순서로 정렬shift + m : 메모리 사용량이 큰 순서로 정렬shift + p : cpu 사용량이 큰 순서로 정렬k : Process 종료 k 입력 후 종료할 PID를 입력한다signal을 입력하라 표시되면 9를 넣어준다c : 명령 인자 표시 / 비표시l(소 문자엘) : uptime line(첫번째 행)을 표시 / 비표시space bar : Refreshu : 입력한 유저 소유의 Process만 표시 which user: 와 같이 유저를 입력하라 표시될때 Us..