Linux

solaris(솔라리스) top? 설치 방법

Naan 2024. 11. 25. 00:19
320x100

solaris(솔라리스) top? 설치 방법

솔라리스는 top 명령어가 없다.  그래서 top 명령어를 실행시키려면 별도로 설치를 해야 한다.

 

https://algo79.tistory.com/1693

 

솔라리스10 make 설치 방법

솔라리스10 make 설치 방법 ㅎㅎㅎ 기본 버전을 설치 해서 그런가 make 가 없다;;; http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10/ Index of /pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10 download.nust.n

algo79.tistory.com

이전 소개 했던 make 설치 방법 처럼

 

http://download.nust.na/pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10/

 

Index of /pub3/solaris/sunfreeware/pub/unixpackages/x86/5.10

 

download.nust.na

위 경로에 가서

자신의 환경에 맞는 버전으로 top 을 설치 하면 된다.

# gunzip top-3.6.1-sol10-x86-local.gz

# pkgadd -d top-3.6.1-sol10-x86-local

# /usr/local/bin/top

top 정보를 확인 할 수 있다.

 

320x100