macOS

ps
  • 현재 셸의 프로세스 목록 출력

options

ps -e
  • -e : 모든 프로세스 목록 출력
ps -ef
  • -e : 모든 프로세스 목록 출력
  • -f : 자세한 내용 추가로 출력
    • uid, pid, parent pid, recent CPU usage, process start time, controlling tty, elapsed CPU usage, associated command.