Linux常用命令大全,常用命令总结

2021-05-17 14:31:25 浏览数 (1)

本文只是对一些常用的命令进行汇总,具体使用方法,自行查询

1.文件及目录操作命令

代码语言:javascript复制
touch
mkdir
rmdir
rm
vim/vi
tree
cat
tail
head
more
less
find
mv
cp
scp
cd
ls
pwd
grep
ln

2.磁盘

代码语言:javascript复制
df
du
fdisk
mkfs
fsck
mount
umount

3.内存 cpu I/O 进程 负载

代码语言:javascript复制
top
vmstat
mpstat 
iostat
chkconfig
sar
free
ps
kill
killall

4.网络相关命令

代码语言:javascript复制
ifconfig
ping
telnet
netstat
traceroute
dig
nslookup
host
hostname
route
arp
ethtool
mii-tool
service
ftp
tcpdump 
udpmt
ssh
iptables
ipfstat
wget
curl

5.系统常用命令

代码语言:javascript复制
which
who
whoami
whereis
locate
uname
man
echo
printf
watch
alias
unalias
date
clear
history
time
nohup
xargs
exec
export
unset
type
wc
shutdown
halt
init

6.系统安全

代码语言:javascript复制
useradd
usermod 
userdel 
groupadd
groupdel
groups
chmod
chown
chgrp
chage
passwd
su
sudo
umask
chattr

7.安装及解压缩

代码语言:javascript复制
yum
rpm
apt-get
tar
gzip
gunzip
zip
unzip
bzip2
bunzip2
compress
uncompress 

0 人点赞