bash: ps: command not found

apt-get install procps 
bash: netstat: command not found

apt-get install net-tools
bash: ll: command not found

vim ~/.bashrc
#添加下面内容
alias ll='ls -l'

source ~/.bashrc
Logo

云原生社区为您提供最前沿的新闻资讯和知识内容

更多推荐