linux系统常用的基本命令分类

时间:2022-05-19 11:39:04

linux系统常用的基本命令分类:

文件命令:
vim vimdiff diff mkdir touch rm mv cp ln cd ls more less head tail cat grep egrep sed nc awk

软件安装命令:

tar unzip gzip rpm yum sh

用户命令:
userdel useradd groupadd chown chomd groupadd groupdel id chattr lsattr su sudo passwd

查看系统命令:
w who whoami ss lsof uname find init date echo

网络命令:
tracter route dig nslookup wget ssh ping telent setup ifconfig ifup ifdown

开关机命令:
shutdown reboot halt login logout

管理命令:
exec expect which clear pwd cal bc man LANG sync exit time dmesg last scp ftp rz sz vmstat

进程服务命令:
kill killall pkill chkconfig top tree service history uptime netstat ps

内存磁盘命令:
dd fdisk parted(2T以上分区) mount umount mkfs free du df

注:转载请注明出处 https://www.cnblogs.com/itqingtian/p/9772409.html