摘要: 1、输出你最常用的十条命令 history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c|sort -rn|head -10 2. 查看硬盘UUID ls -l /dev/disk/by-uuid 或者 blkid 3.远 阅读全文
posted @ 2017-12-12 12:22 hjfjesse 阅读(179) 评论(0) 推荐(0)