首页 > 技术文章 > linux命令行

bluewelkin 2014-05-16 09:56 原文

ls  -l  列出所有文件的权限 或者具体 ls -l test.txt

chown mindo:mindo test.text 改变文件目录属性

 

ctrl+c  就是退出键

shift+n shift+m 看窗口 或者shift+《

shif+》

linux 清屏 clear

 

查tomcat进程:ps -ef | grep tomcat
杀死进程:kill -9 进程号

 

 

推荐阅读