大赵传奇

GIS解决方案,webgis , 桌面、数据、服务--QQ276605216

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理


root@1.117.103.223's password:
Access denied
root@1.117.103.223's password:
Access denied
root@1.117.103.223's password:
┌──────────────────────────────────────────────────────────────────────┐
│ • MobaXterm Professional Edition v24.4 • │
│ (SSH client, X server and network tools) │
│ │
│ ⮞ SSH session to root@1.117.103.223 │
│ • Direct SSH : ✓ │
│ • SSH compression : ✓ │
│ • SSH-browser : ✓ │
│ • X11-forwarding : ✗ (disabled or not supported by server) │
│ │
│ ⮞ For more info, ctrl+click on help or visit our website. │
└──────────────────────────────────────────────────────────────────────┘

Last failed login: Thu Dec 26 09:26:38 CST 2024 from 222.94.131.69 on ssh:notty
There were 3 failed login attempts since the last successful login.
Last login: Thu Dec 26 08:56:46 2024 from 61.147.251.147


[root@ztgeo-app14 ~]# ps aux | grep nginx
root 2694 0.0 0.0 47160 1232 ? Ss Sep12 0:00 nginx: master process ./ngi nx
nobody 2698 0.0 0.1 69764 24068 ? S Sep12 84:14 nginx: worker process
root 13854 0.0 0.0 115932 1016 pts/1 S+ 09:43 0:00 grep --color=auto nginx


[root@ztgeo-app14 ~]# lsof -i:443
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 2694 root 6u IPv4 26088 0t0 TCP *:https (LISTEN)
nginx 2698 nobody 3u IPv4 582279490 0t0 TCP land-register:https->221.226.107.198:31750 (ESTABLISHED)
nginx 2698 nobody 6u IPv4 26088 0t0 TCP *:https (LISTEN)
nginx 2698 nobody 12u IPv4 582205080 0t0 TCP land-register:https->180.111.120.31:20799 (ESTABLISHED)
nginx 2698 nobody 13u IPv4 582288095 0t0 TCP land-register:https->180.111.120.31:22365 (ESTABLISHED)
nginx 2698 nobody 14u IPv4 582181135 0t0 TCP land-register:https->221.226.107.198:57657 (ESTABLISHED)
nginx 2698 nobody 15u IPv4 582288096 0t0 TCP land-register:https->180.111.120.31:23834 (ESTABLISHED)


[root@ztgeo-app14 ~]# ps -aux|grep nginx
root 2694 0.0 0.0 47160 1232 ? Ss Sep12 0:00 nginx: master process ./nginx
nobody 2698 0.0 0.1 69764 24068 ? S Sep12 84:15 nginx: worker process
root 19177 0.0 0.0 115932 1012 pts/1 S+ 09:51 0:00 grep --color=auto nginx
[root@ztgeo-app14 ~]# ls -l /proc/2698/exe
lrwxrwxrwx 1 nobody nobody 0 Sep 12 09:16 /proc/2698/exe -> /opt/module/nginx/sbin/nginx
[root@ztgeo-app14 ~]# ls -l /proc/2694/exe
lrwxrwxrwx 1 root root 0 Sep 12 09:16 /proc/2694/exe -> /opt/module/nginx/sbin/nginx


[root@ztgeo-app14 ~]# cd /opt/module/nginx/sbin/nginx
-bash: cd: /opt/module/nginx/sbin/nginx: Not a directory
[root@ztgeo-app14 ~]# cd /


[root@ztgeo-app14 /]# ls
bin boot data dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var
[root@ztgeo-app14 /]# cd /opt/module/nginx/sbin/nginx
[root@ztgeo-app14 nginx]# cd sbin
[root@ztgeo-app14 sbin]# ./nginx -t
nginx: the configuration file /opt/module/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /opt/module/nginx/conf/nginx.conf test is successful
[root@ztgeo-app14 sbin]# ./nginx -s reload
[root@ztgeo-app14 sbin]# ./nginx -t
nginx: the configuration file /opt/module/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /opt/module/nginx/conf/nginx.conf test is successful
[root@ztgeo-app14 sbin]# ./nginx -s stop
[root@ztgeo-app14 sbin]# ./nginx
[root@ztgeo-app14 sbin]# ./nginx -s reload

posted on 2024-12-26 10:12  赵长青  阅读(12)  评论(0)    收藏  举报