关机命令
shutdown -h now
重启命令:
shutdown -r now
查看内存占用情况
ps aux --sort -rss | head
查看当前端口是否占用
netstat -apn |grep 12345
查看进程
ps -aux|grep 12345
虚拟机上编辑文件
vi test.txt
查看当前使用的所有端口
netstat -tunlp