linux整理-3-linux常用命令归纳分类

常用命令归纳分类

文件管理 mkdir, rmdir, mv, rm, cp, touch, cat, tac, echo, more, less, head, tail, file, find, rename, ln, pwd, scp, alias
磁盘管理 ls, cd, du, df, mount, unmounts, fdisk
文档处理 wc, sort, uniq, cut, sed, awk, grep, vi, diff
用户和组 useradd, usermod, passwd, userdel, groupadd, groupdel, chgrp, su
文件传输 get, put, wget
网络通信 telnet, nc, ifconfig, ping, netstat, ip, host
备份压缩 gzip, bzip2, bunzip2, tar, zip
系统管理 exit, kill, last, ps, top, free, pstree, reboot, halt, shutdown, sudo, who, w, whoami, whereis, which, last, whatis
系统设置 clear, set, unset, hwclock, time, date,
其他 history, hostname, nohup, service, init, rpm, ssh, cal, yum

为大家奉上三个宝贝网站:
http://man.linuxde.net/
http://www.jb51.net/linux/
https://jaywcjlove.github.io/linux-command/
不要问我怎么知道的,反正我又不收你钱,要是忘了或者不会就去查吧。

另外再教大家一种方式查看命令的帮助手册
[root@hadoop01 ~]# man clear
linux整理-3-linux常用命令归纳分类_第1张图片

你可能感兴趣的:(linux学习)