查找服務端口占用
netstat -nltp|grep Rserve
ps -aux|grep Rserve
losf -i:8080
進程監控
//所有進程的信息
ps -ef
//想要獲得更多的進程信息
ps -l
//有效的顯示進行的層級關系
ps --forest
//實時監控進程
top
磁盤使用情況
//列出詳細的掛載設備列表
mount
//移除掛載
unmount [directory|device]
//查看磁盤的使用占比
df
//查看某個目錄下更詳細的文件占比
du