常用linux命令

Linux 实用命令:

  • 帮助命令 :man,help
  • 文件目录类:pwd\ls\cd\mkdir\rmdir\touch\cp\rm\mv\cat\more\less\echo\head\tail\ln\history
  • 时间日期类:date\cal
  • 搜索查找类:find\locate\grep
  • 压缩和解压类:gzip\tar

帮助命令

man,help

文件目录类

定位:

pwd\ls\cd\

目录操作

mkdir\rmdir\touch\cp\rm\mv\

查看

less\echo\head\tail\ln\history

时间日期类

date\cal

搜索查找类

find\locate\grep

压缩和解压类

​ gzip\tar