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 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐