[draft] ps 명령어
ps 명령어ps 명령어는 현재 실행 중인 프로세스 정보를 보여주는 리눅스/유닉스 명령어입니다. ps 명령어는 사용자, 프로세스 ID, CPU 사용량, 메모리 사용량 등 다양한 정보를 제공합니다.free, kill, pkill, pgrep, pmap, ps, pwdx, Skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w 및 watch가 포함되어 있습니다.procps 패키지 설치CentOSsudo yum install procps-ngUbuntusudo apt install procps-ng기본 구문ps [옵션]주요 옵션-e : 시스템 전체의 모든 프로세스 출력.-f : Full-format 출력. 상세한 정보를 보여줍니다.-l : Long-forma..
더보기