vi process.c


#include<stdio.h>

#include<unistd.h>


main()

{

        while(1);

        fork();

        return 0;

}


gnome-system-monitor 
 //쓸데없는 프로세스가 많이생겨 cpu가 부하된다.



ps -aux  //프로세스 확인



top으로 확인


'System Security' 카테고리의 다른 글

xinetd와 telnet  (0) 2019.02.22
쉘명령으로 cpu부하  (0) 2019.02.21
메모리 고갈공격(DOS)  (0) 2019.02.21
디스크 고갈 공격(DOS)  (0) 2019.02.21
쿼터 설정  (0) 2019.02.20

+ Recent posts