
Vim文本编辑器的使用 Vim的工作模式1.命令模式2.输入模式3.编辑模式 进入Vim1.使用Vim打开文件2.直接进入指定位置 Vim基本命...
权限管理命令 权限位含义 chmod chown chgrp umask默认权限 权限位含义 chmod 英文原意:change file mo...
关机、重启命令 sync shutdown reboot init sync 英文原意:flush file system buffers功能:...
压缩和解压缩命令 zip unzip gzip gunzip bzip2 bunzip2 tar zip (.zip格式的压缩文件)英文原意:p...
搜索命令 whereis which locate find whereis 英文原意:locate the binary,source,and...
帮助命令 man info help --help man 英文原意:format and display the on-line manual...
目录和文件都能操作的命令 rm cp mv rm 英文原意:remove files or directories功能:删除文件或目录语法:rm...
文件操作命令 touch stat cat more less head tail ln touch 英文原意: change file tim...
目录处理命令 ls cd mkdir rmdir tree ls 英文原意: list功能: 显示目录文件语法: ls 选项[-ald] [文件...