命令
2024-08-26 21:07:40 0 举报
AI智能生成
1
作者其他创作
大纲/内容
ip a
ip address
ip
检查网络连通性
ping
检查端口是否开启(是否可以连接)
telnet
-ant 连接状态
-lntup 查看端口
查看系统所有开启的端口
ss
与ss类似
netstat
dig
host
nslookup
iftop
nethogs
tracert
traceroute
查看路由表和默认网关
route
网络管理
man
命令--help
cmd.oldboyedu.com
查询帮助
halt
poweroff
reboot
shutdown
修改主机名
hostnamectl
hostnamectl set-hostname xxxx
查看或临时修改主机名(重启Linux后失效)
hostname
查看和修改网卡信息
nmtui
关闭指定的网卡
ifdown
开启指定的网卡
ifup
修改网卡配置文件
netplan apply
networkctl reload
ubt中网卡配置生效
start
stop
restart
systemctl restart network
关闭开机自启动
enable
disable
systemctl disable firewalld
关闭正在运行防火墙
systemctl stop firewalld
systemctl status firewalld
systemctl
查看cpu信息
核心数
cpu型号
lscpu
查询内存信息
-h 人类可读形式查看大小
free
-r
uname
临时关闭
setenforce 0
vim /etc/selinux/config 里面SELINUX=行改为SELINUX=disabledgetenforce
disabled 重启后才会提示
permissive 关闭
enforcing 开启的
getenforce
关闭selinux
查看进程
-ef
aux
auxf
ps
默认是交互式的显示系统系统命令
交互式:top
非交互式: top -bn1
top
kill + pid
kill -9 pid
kill
名字
pkill
名字或pid
killall
&
nohup 命令 &
系统管理
核心命令与符号
0 条评论
回复 删除
下一页