[Linux] 시스템 명령어
시스템 정보 관련 명령어 uptime 현재 시간, 시스템이 실행된 시간, 현재 로그인 한 사용자 수, 지난 1분, 5분, 15분 의 시스템 로드의 평균 값(CPU 평균값)이 나온다. [root@localhost ~]# uptime 21:30:22 up 7:56, 5 users, load average: 0.00, 0.00, 0.00 free free 는 메모리 사용량과 관련된 명령어로, 메모리 자원에 관한 것을 보여준다. [root@localhost ~]# free total used free shared buff/cache available Mem: 1831820 1093696 267200 6092 470924 573688 Swap: 2097148 395264 1701884 total = used + ..