可以先使用命令:ps -ef|grep Name=firefox|grep -v grep|awk '{print $2}'| xargs kill -9杀掉原来的进程,然后再执行firefox即可开启火狐浏览器。