标签:star 跳转 root sync 系统 mysq 一个 start 服务
# 端口
可用端口范围是 1 - 65535
一个端口只能同时运行一个服务
ssh :22
ftp :20/21
telent :23
DNS :53
rsync :873
RDP :3389
POP3 :110
http :80 #浏览器使用的端口,强制跳转成443
https :443 #强制跳转
mysql :3306
redis :6379
nginx :没有端口或者是可以使用任何端口(默认的80),实际上所有的端口都不是固定的(可以修改配置文件来修改端口)
有的服务没有端口
系统可用的文件描述符最大值,=端口的最大值=65535
#查看端口
netstat -lntup
#修改端口
[root@web01 ~]# vim /etc/ssh/sshd_config 修改ssh端口(默认是22),最大值是65535
systemctl restart sshd
journalctl -xe # 可以看报错
netstat -lntup
xshell 连接的话,使用修改后的端口
标签:star 跳转 root sync 系统 mysq 一个 start 服务
原文地址:https://www.cnblogs.com/syy1757528181/p/12843089.html