linux常用命令

linux常用命令

无提示删除文件夹:
#rm -Rf 文件夹名

查看linux进程:

#ps -e

#ps auxf

#top

杀死进程:

#kill pid

查看系统内容使用量

#free

#vmstat


查看系统分区

#df -T

脱离终端执行程序

#nohup app

你可能感兴趣的:(linux常用命令)