Blogger Information
Blog 30
fans 0
comment 0
visits 23481
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Linux 常用命令
深海巨兽皮皮虾的博客
Original
589 people have browsed it
  • ls : 列出目录

 -a 列出所有文件,包括隐藏

  • -d 列出目录本身

-l 列出目录的全部信息,包含文件权限及属性

  • cd : 切换目录

cd / 回到跟目录

cd . 回到上级目录

  • pwd : 显示当前目录

  • mkdir : 创建一个空目录、

-m 设置文件权限

-p 可以创建多层目录 text1/text2/text3

  • rmdir : 删除一个空目录

-r 连同上一级空目录一起删除 ,文件非空无法删除

cp : 复制文件或目录

  • rm : 移除文件或者目录

  • mv : 移动文件与目录,或修改名称

Linux文件内容查看

cat 从第一行开头查看

tac 从最后一行开始查看

nl 显示行号

more 一页一页显示文件内容

less 分页显示文件内容 与more相比可以往前翻页

head 只看头几行

tall 只看尾巴几行

Linux 文件修改

vi / vim  进入修改  i 模式  esc 进入一般模式 一般模式  :wq! 退出并保存

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post