Vim文本编辑器的使用 Vim的工作模式1.命令模式2.输入模式3.编辑模式 进入Vim1.使用Vim打开文件2.直接进入指定位置 Vim基本命令1.插入命令2.光标移动命令...

IP属地:河南
Vim文本编辑器的使用 Vim的工作模式1.命令模式2.输入模式3.编辑模式 进入Vim1.使用Vim打开文件2.直接进入指定位置 Vim基本命令1.插入命令2.光标移动命令...
权限管理命令 权限位含义 chmod chown chgrp umask默认权限 权限位含义 chmod 英文原意:change file mode bits 功能:修改文件...
关机、重启命令 sync shutdown reboot init sync 英文原意:flush file system buffers功能:刷新文件系统缓冲区,将内存中的...
压缩和解压缩命令 zip unzip gzip gunzip bzip2 bunzip2 tar zip (.zip格式的压缩文件)英文原意:package and comp...
搜索命令 whereis which locate find whereis 英文原意:locate the binary,source,and manual page fi...
帮助命令 man info help --help man 英文原意:format and display the on-line manual pages功能:显示联机帮助...
目录和文件都能操作的命令 rm cp mv rm 英文原意:remove files or directories功能:删除文件或目录语法:rm 选项[-fir] 文件或目录...
文件操作命令 touch stat cat more less head tail ln touch 英文原意: change file timestamps功能: 修改文件...
目录处理命令 ls cd mkdir rmdir tree ls 英文原意: list功能: 显示目录文件语法: ls 选项[-ald] [文件或目录] cd 英文原意: c...