摘要: 一、grep 1、文件内容过滤 从/etc/passwd文件中过滤root字段 [root@qfedu.com ~]# grep 'root' /etc/passwd # root:x:0:0:root:/root:/bin/bash operator:x:11:0:operator:/root:/ 阅读全文
posted @ 2020-10-22 19:46 一念神魔 阅读(184) 评论(0) 推荐(0)