码迷,mamicode.com
首页 > 系统相关 > 详细

linux常用端口

时间:2020-05-07 15:26:43      阅读:72      评论:0      收藏:0      [点我收藏+]

标签: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 连接的话,使用修改后的端口

linux常用端口

标签:star   跳转   root   sync   系统   mysq   一个   start   服务   

原文地址:https://www.cnblogs.com/syy1757528181/p/12843089.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!