摘要:linux宝塔的相关命令收集安装宝塔Centos安装脚本yuminstall-ywget&&wget-Oinstall.shhttp://download.bt.cn/install/install.sh&&shinstall.shUbuntu/Deepin安装脚本wget-O
linux宝塔的相关命令收集
安装宝塔Centos安装脚本
yuminstall-ywget&&wget-Oinstall.shhttp://download.bt.cn/install/install.sh&&shinstall.shUbuntu/Deepin安装脚本
wget-Oinstall.shhttp://download.bt.cn/install/install-ubuntu.sh&&sudobashinstall.shDebian安装脚本
wget-Oinstall.shhttp://download.bt.cn/install/install-ubuntu.sh&&bashinstall.shFedora安装脚本
wget-Oinstall.shhttp://download.bt.cn/install/install.sh&&bashinstall.sh管理宝塔停止
/etc/init.d/btstop启动
/etc/init.d/btstart重启
/etc/init.d/btrestart卸载
/etc/init.d/btstop&&chkconfig--delbt&&rm-f/etc/init.d/bt&&rm-rf/www/server/panel查看当前面板端口
cat/www/server/panel/data/port.pl修改面板端口,如要改成8881(centos 6 系统)
echo'8881'>/www/server/panel/data/port.pl&&/etc/init.d/btrestart iptables-IINPUT-ptcp-mstate--stateNEW-mtcp--dport8881-jACCEPT serviceiptablessave serviceiptablesrestart修改面板端口,如要改成8881(centos 7 系统)
echo'8881'>/www/server/panel/data/port.pl&&/etc/init.d/btrestart firewall-cmd--permanent--zone=public--add-port=8881/tcp firewall-cmd--reload强制修改MySQL管理(root)密码,如要改成123456
cd/www/server/panel&&pythontools.pyroot123456修改面板密码,如要改成123456
cd/www/server/panel&&pythontools.pypanel123456查看宝塔日志
cat/tmp/panelBoot.pl查看软件安装日志
cat/tmp/panelExec.log站点配置文件位置
/www/server/panel/vhost删除域名绑定面板
rm-f/www/server/panel/data/domain.conf清理登陆限制
rm-f/www/server/panel/data/*.login查看面板授权IP
cat/www/server/panel/data/limitip.conf关闭访问限制
rm-f/www/server/panel/data/limitip.conf查看许可域名
cat/www/server/panel/data/domain.conf关闭面板SSL
rm-f/www/server/panel/data/ssl.pl&&/etc/init.d/btrestart查看面板错误日志
cat/tmp/panelBoot查看数据库错误日志
cat/www/server/data/*.err站点配置文件目录(nginx)
/www/server/panel/vhost/nginx站点配置文件目录(apache)
/www/server/panel/vhost/apache站点默认目录
/www/wwwroot数据库备份目录
/www/backup/database站点备份目录
/www/backup/site站点日志
/www/wwwlogsNginx服务管理nginx安装目录
/www/server/nginx启动
/etc/init.d/nginxstart停止
/etc/init.d/nginxstop重启
/etc/init.d/nginxrestart启载
/etc/init.d/nginxreloadnginx配置文件
/www/server/nginx/conf/nginx.confApache服务管理apache安装目录
/www/server/httpd启动
/etc/init.d/httpdstart停止
/etc/init.d/httpdstop重启
/etc/init.d/httpdrestart启载
/etc/init.d/httpdreloadapache配置文件
/www/server/apache/conf/httpd.confMySQL服务管理mysql安装目录
/www/server/mysqlphpmyadmin安装目录
/www/server/phpmyadmin数据存储目录
/www/server/data启动
/etc/init.d/mysqldstart停止
/etc/init.d/mysqldstop重启
/etc/init.d/mysqldrestart启载
/etc/init.d/mysqldreloadmysql配置文件
/etc/my.cnfFTP服务管理ftp安装目录
/www/server/pure-ftpd启动
/etc/init.d/pure-ftpdstart停止
/etc/init.d/pure-ftpdstop重启
/etc/init.d/pure-ftpdrestartftp配置文件
/www/server/pure-ftpd/etc/pure-ftpd.confPHP服务管理php安装目录
/www/server/php启动(请根据安装PHP版本号做更改,例如:/etc/init.d/php-fpm-54 start)
/etc/init.d/php-fpm-{52|53|54|55|56|70|71}start停止(请根据安装PHP版本号做更改,例如:/etc/init.d/php-fpm-54 stop)
/etc/init.d/php-fpm-{52|53|54|55|56|70|71}stop重启(请根据安装PHP版本号做更改,例如:/etc/init.d/php-fpm-54 restart)
/etc/init.d/php-fpm-{52|53|54|55|56|70|71}restart启载(请根据安装PHP版本号做更改,例如:/etc/init.d/php-fpm-54 reload)
/etc/init.d/php-fpm-{52|53|54|55|56|70|71}reload配置文件(请根据安装PHP版本号做更改,例如:/www/server/php/52/etc/php.ini)
/www/server/php/{52|53|54|55|56|70|71}/etc/php.iniRedis服务管理redis安装目录
/www/server/redis启动
/etc/init.d/redisstart停止
/etc/init.d/redisstopredis配置文件
/www/server/redis/redis.confMemcached服务管理memcached安装目录
/usr/local/memcached启动
/etc/init.d/memcachedstart停止
/etc/init.d/memcachedstop重启
/etc/init.d/memcachedrestart启载
/etc/init.d/memcachedreload相关文章推荐
虚拟主机的专业参数,分别都是什么意思?2022-09-09
中非域名注册规则是怎样的?注册域名有什么用处? 2022-01-10
HostEase新年活动促销 美国/香港主机全场低至五折2021-12-28
HostGator下载完整备份教程分享2021-12-28
Flink中有界数据与无界数据的示例分析2021-12-28