导航-Linux命令

1 文件管理

创建:touch

移动:mv

复制:cp

删除:rm

查看内容:cat、less、more、od、diff

更改内容:tee、paste

更改属性:chattr、chmod、chown、chgrp

剪切:cut、split

查找文件:find、locate、which、whereis

软链:ln

原文地址:https://www.cnblogs.com/yanyichao/p/4234475.html