摘要:
Linux发行版的系统目录名称结构 Linux文件的文件数据类型 文件的元数据信息及其含义 查看方式 stat file 例如: 修改文件的时间戳 touch 命令格式: touch [ OPTION ] ... FILE ... 例如: touch aaa.txt 刷新存在文件的时间戳 软链接 & 阅读全文
摘要:
使用命令sed、cp、tail、cat 1、拷贝一个任意文件(生产环境切勿操作) cp /etc/profile /tmp 查看文件部分格式 cat /tmp/profile # /etc/profile # System wide environment and startup programs, 阅读全文