1.查看服务列表
service --status-all,操作部分截图如下:
2.查看某个特定服务
比如,我现在要查找vsftpd服务状态:service vsftpd status,截图如下:
3.开启和停止某服务
service vsftpd start
service vsftpd stop
service vsftpd restart
service --status-all,操作部分截图如下:
比如,我现在要查找vsftpd服务状态:service vsftpd status,截图如下:
service vsftpd start
service vsftpd stop
service vsftpd restart