linux-tutorial/docs/linux/cli/README.md
2019-02-21 19:26:15 +08:00

1.6 KiB

Linux 命令行

📝 知识点

根据应用场景,将常见 Linux 命令分门别类的一一介绍。

如果想快速学习,推荐参考这篇文章:命令行的艺术(转载)

  1. 查看 Linux 命令帮助信息 - 关键词:help, whatis, info, which, whereis, man
  2. Linux 文件目录管理 - 关键词:cd, ls, pwd, mkdir, rmdir, tree, touch, ln, rename, stat, file, chmod, chown, locate, find, cp, mv, rm
  3. Linux 文件内容查看命令 - 关键词:cat, head, tail, more, less, sed, vi, grep
  4. Linux 文件压缩和解压 - 关键词:tar, gzip, zip, unzip
  5. Linux 用户管理 - 关键词:groupadd, groupdel, groupmod, useradd, userdel, usermod, passwd, su, sudo
  6. Linux 系统管理 - 关键词:reboot, exit, shutdown, date, mount, umount, ps, kill, systemctl, service, crontab
  7. Linux 网络管理 - 关键词:关键词:curl, wget, telnet, ip, hostname, ifconfig, route, ssh, ssh-keygen, firewalld, iptables, host, nslookup, nc/netcat, ping, traceroute, netstat
  8. Linux 硬件管理 - 关键词:df, du, top, free, iotop
  9. Linux 软件管理 - 关键词:rpm, yum, apt-get