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

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐