pstree是linux很有用的一个命令,可打印系统当前各个进程父子关系,最近买了aws,安装redhat 7没有预装pstree
yum list | grep pstree 也没有找到可安装的包.
实际上在linux平台要安装psmisc包.
#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