#使用read 读取 3个参数 赋值给3个变量 [root@hbase1 k]# cat read.sh #!/bin/bash read -p "Please enter three parameters, respectively:" a b c&nbs
语法 sed '范围(条件)命令' filename d:删除 范围:使用数字表示多少行 2d 表示删除第二行  
查看nginx编译参数:/usr/local/nginx/sbin/nginx -V查看apache编译参数:cat /usr/local/apache2/build/config.nice查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE查看php编译参数:/usr/local/php/bin/php -i |
今天在配置nginx+php5.4的时候,配置完成后,浏览器打开php文件就提示File not found.错误。纠结半天,终于发现错误的地方了:fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;改成如下这句,即可fastcgi_param SCRIPT_FILENAME $doc
编译参数:--[root@localhost nginx-1.4.6]# ./configure --user=nginx --group=nginx --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --wi
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号