linux -查看当前服务运行状态
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1.查看Linux主机的ssh服务是否开启。可以在Linux下输入命令:
$service sshd status
#service servicename status是当前状态
#chkconfig --list servicename是查看启动状态,也就是是否开机自动启动
如果service和chkconfig 找不到,可以试试/sbin/service和/sbin/chkconfig
如果用ubuntu好像是要用/etc/init.d/servicename status查看当前状态
(servicename就是你要查的服务名)
我的虚拟机下装的是RedHat 9.0的linux
查看主机的ssh服务是否开启用如下命令:
$ /sbin/service sshd status
显示如下:
sshd (pid 2522) is running
比如查看防火墙:
#service iptables status
#chkconfig --list |grep 服务名
比如查看telnet:
#chkconfig --list |grep telnet
转自:http://lxs647.iteye.com/blog/850708
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)