export PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/bin:/sbin
nohup java -jar jar包名字 &
systemctl start mysqld
ps aux | less
kill -9 (reids)
build', needed by
default’. Stop.解决Centos7 解决安装Nginx编辑make && make install的不成功
make: *** No rule to make target build', needed by
default’. Stop.
解决方案
1、安装下面配置
yum -y install make zlib-devel gcc-c++ libtool openssl openssl-devel
2、重新configure
./configure
3、编译
make && make install
ps -ef | grep 进程名
rm -rf 删除的文件名
./nginx -s reload