码迷,mamicode.com
首页 > 系统相关 > 详细

shell常用基础

时间:2019-06-15 13:43:58      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:shel   txt   命令   nbsp   基础   size   查找文件   name   perm   

grep 查找命令

ps -ef  查看进程

ps -ef | grep java

ps -ef | grep sshd | grep -v grep    排除命令本身

在文本里面查看特定行      cat hello.txt | grep ^h          查看以h开头的行

find     find   路径    类型   名称  

find   /  -name   hello。txt   从根路径下找

find /   -perm 777           从根路径下查找权限位777

find  / -name ‘*.log ‘      查看以log结尾的文件

find  /  -size   +100  查找文件大于100M的文件

whereis   定位可执行文件

 

shell常用基础

标签:shel   txt   命令   nbsp   基础   size   查找文件   name   perm   

原文地址:https://www.cnblogs.com/tangsonghuai/p/11027156.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!