最常用且非常重要的Linux命令
Posted CMDB
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了最常用且非常重要的Linux命令相关的知识,希望对你有一定的参考价值。
1、针对文件或目录类
cd:
cat:
ls:
pwd:
ln:
mv:
cp:
vi、vim:
find:
mkdir:
touch:
echo:
rm:
chmod:
chown:
chattr:
scp:
grep:
sort:
uniq:
wc:
tr:
tar:
unzip:
whereis:
which:
2、性能监测与优化
netstat:
free:
df:
du:
strace:
time:
top:
3、文件系统管理
dumpe2fs:用于打印“ext2/ext3”文件系统的超级块和快组信息。
mount:用于加载文件系统到指定的加载点。
umount:用于卸载已经加载的文件系统。
4、用户和用户组管理
chage:
gpasswd:
groupadd:
groupdel:
groupmod:
groups:
id:
passwd:
useradd:
userdel:
usermod:
5、系统安全
last:
lastb:用于显示用户错误的登录列表,此指令可以发现系统的登录异常。
lastlog:
sudo:
6、进程和作业管理
crontab:
init:
killall:
nohup:
ps:
pstree:
runlevel:
service:
systemctl:
w:
7、网络管理
curl:
mail:
telnet:
wget:
dig:
ping:
traceroute:
ifconfig:
hostname:
其他:
yum:
cut:
head:
tail:
more:
less:
tree:
md5sum:
clear:
man:
rsync:
rpm:
之后详细说明每个命令的作用,如有不足,烦请指正。
以上是关于最常用且非常重要的Linux命令的主要内容,如果未能解决你的问题,请参考以下文章