首页 > 代码库 > bash: service: command not found

bash: service: command not found

在centos下停止和启动服务用命令:

service mysqld stop  停止mysql服务

service mysqld start 启动mysql服务.

 

查询服务状态

# service mysqld status

查看所有服务的状态

命令service --status-all 将会运行所有的启动脚本来显示各个服务的运行状态:

怎么设置某个目录包括子目录的写入权限 777:

chmod -R 777 文件夹
例如:
chmod -R 777 /var var的权限就变成777,var下的所有子目录和文件权限都将变成777