1. linux查看內存狀況linux
top -u username
2.查看進程狀況shell
// -- 查看用戶進程ps -ux// -- 查看全部進程ps -aux
3.xshell退出時保持進程後臺繼續運行spa
nohup ./programe >/dev/null 2>&1 &