linux centos 常用命令(需掌握)

线上查询及帮助命令
man help info
目录操作命令(6个)
ls tree pwd mkdir rmdir cd
文件操作命令(7个)
touch cp mv rm ln find rename
文件查看及处理命令(21个)
cat more less head tac tail cut paste
sort uniq wc iconv dos2unix file diff tree
chattr lsattr
rev vimdiff
文件打包压缩命令(3个)
gzip tar unzip
信息显示命令(12个 )
uname hostname dmesg uptime file stat du df top free w date
搜索文件命令(4个)
find which whereis locate
用户管理命令(10个)
useradd userdel passwd chage usermod id su sudo visudo
groupadd
基本网络操作命令(10个)
telnet ssh scp wget ping route ifconfig ifup ifdown netstat
深入网络的操作命令(6个)
route mail mutt nslookup dig wget
有关磁盘空间的命令(6个)
mount umount df du fsck dd
关机和查看系统信息的命令(7个)
shutdown reboot ps top kill date
安装和登录命令(3个)
shutdown halt reboot
系统管理相关命令(9个)
top free vmstat mpstat iostat sar kill chkconfig last
系统安全相关命令(13个)
passwd su sudo umask chgrp chmod chown chattr lsattr ps
whoami
查看系统用户登录信息命令(6个)
w who users last lastlog fingers
其它(14个)
chkconfig echo yum watch alias unalias date clear history eject time nohup nc xargs
监视物理组件的高级linux 命令
内存:top free vmstat mpstat iostat sar
CPU: top vmstat mpstat iostat sar

原文地址:https://www.cnblogs.com/davidz/p/14339909.html