Linux常用指令

列出目录内容:  ls 创建新目录:  mkdir 目录名称 创建文件:touch 文件名称 向文件写入内容: echo thanks > hello.txt 查看文件内容: cat hello.txt 编辑文件: vi hello.txt 复制文件: cp hello.txt new.txt 复制目录: cp -r  myproject  newproject 删除文件: rm hello.tx
相关文章
相关标签/搜索