본문 바로가기
프로그래밍/운영체제

리눅스/유닉스(Linux/Unix)에서 pstree 설치하기

by bantomak 2024. 12. 24.
반응형

pstree 설치하기(Install pstree in Linux/Unix)

pstree는 현재 실행 중인 프로세스들을 트리의 형태로 보여준다.

운영체제에 따른 설치 예제

보통 우분투가 많이 사용되기 때문에 apt-get install psmisc로 설치해주자. 만약 설치되지 않는다. apt-get update를 우선 실행해주자. 나머지 운영체제에서는 알맞은 커맨드로 설치해 주자.

Linux pstree shows running processes as a tree. The tree is rooted at either pid or init if pid is omitted. If a user name is specified, all process trees rooted at processes owned by that user are shown.
Install pstree

#On Mac OS
brew install pstree

#On Fedora/Red Hat/CentOS
yum install psmisc #using psmisc package for pstree

#On Ubuntu/Debian APT
apt-get install psmisc

참조 사이트

 

install pstree

install pstree. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

댓글