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

linux命令学习

时间:2018-08-14 11:35:41      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:ssi   glob   sort   根据   operation   reg   ps 命令   linux系统   何事   

1.lsof命令(list open files,列出打开的文件,在linux系统中任何事物都以文件的形式存在)

 ls of -i:端口 。列出指定端口的信息

 

2.ps 命令(process status,显示进程状态信息)

 watch -n 1 ps -aux --sort -pmem-pcpu 根据内存使用和cpu列出进程信息列表,每1秒钟刷新一次

 

3.grep命令(globally search regular expression print,在文件中搜索指定的字符串)

grep -C 10 operationRecord 20180814.log

技术分享图片

技术分享图片

linux命令学习

标签:ssi   glob   sort   根据   operation   reg   ps 命令   linux系统   何事   

原文地址:https://www.cnblogs.com/f-r-a-n-k/p/9472638.html

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