<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>清水的百宝箱 &#187; linux</title>
	<atom:link href="http://www.zouqingshui.net/headingto3/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zouqingshui.net</link>
	<description>专心做SEO博客，专业做外贸SEO网站开发，立足莆田致力研究SEO搜索引擎优化及网赚技巧</description>
	<lastBuildDate>Thu, 29 Dec 2011 05:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>linux centos系统用户不显示当前文件夹名和用户名怎么办？</title>
		<link>http://www.zouqingshui.net/headingto3/linux-centos-show-local-folder/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux-centos-show-local-folder/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 20:01:56 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[bash_profile]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2250</guid>
		<description><![CDATA[在用户根目录创建新文件.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH export PS1="[\u@\h \W]#\[\033[0m\]" 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: linux centos系统用户不显示当前文件夹名和用户名怎么办？ 相关主题2010-12-12 -- 一键搭载VPN服务器ppptp (3)2010-11-27 -- 使用squid做web镜像完全策略_web反向代理 (0)2010-11-01 -- 摘录的十个最牛X的linux命令 (1)2010-10-07 -- 问有所答：如何列出服务器当前绑定的所有域名 (1)2010-07-18 -- 最全的服务器自动备份脚本 (1)2010-02-24 -- Linux 下的 [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux-centos-show-local-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一键搭载VPN服务器ppptp</title>
		<link>http://www.zouqingshui.net/headingto3/%e4%b8%80%e9%94%ae%e6%90%ad%e8%bd%bdvpn%e6%9c%8d%e5%8a%a1%e5%99%a8ppptp/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e4%b8%80%e9%94%ae%e6%90%ad%e8%bd%bdvpn%e6%9c%8d%e5%8a%a1%e5%99%a8ppptp/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 10:42:35 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ppptp]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2236</guid>
		<description><![CDATA[VPN其实和宽带账号一样一样的。 但是我说的VPN仅指国外linux服务器下的vpn 搭VPN服务器，网络上有一大堆教程，什么VPN搭建完全解析，什么如何搭建VPN服务器，VPN搭建教程，文本版的、视频版的。五花八门都有。我现在就来一个一键版的，让大家尝个鲜。 PPTPD VPN是目前比较好用的vpn之一，为了方便ctohome的客户安装vpn服务，我们找到diahosting公开发布的一个“一行命令，一键在xen或linux服务器上安装VPN服务(PPTPD VPN)”的脚本，推荐给大家使用： 一行命令安装PPTPD VPN(注意，只在CentOS 5 32bits/64bits下测试通过，其他系统未测试): wget http://www.CTOHome.com/linux-vps-pack/vpn-pptpd.sh;sh ./vpn-pptpd.sh; 用root登录ssh，复制粘贴上面一行命令，回车等待几分钟即可。 一键安装VPN完成后，会直接显示VPN用户名（默认就是vpn1和vpn2）和密码， 请留意下面的字样，密码中可能会有/=等特殊字符，但没有空格，复制密码的时候，小心不要复制了空格 VPN username: vpn1   password: rPpVvZUo VPN username: vpn2   password: 55Y3ut6t 如何在windows客户端使用pptpd vpn？ 请看教材：WindowsXP如何连接VPN服务器？ 如何创建更多的vpn用户？ 请在linux下，ssh编辑/etc/ppp/chap-secrets文件，按照相同格式添加用户名和密码即可。 # this script was written by diahosting and edited by ctohome, free to use mkdir -p /backup/www.ctohome.com/ cd /backup/www.ctohome.com/ yum remove -y pptpd ppp [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e4%b8%80%e9%94%ae%e6%90%ad%e8%bd%bdvpn%e6%9c%8d%e5%8a%a1%e5%99%a8ppptp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>使用squid做web镜像完全策略_web反向代理</title>
		<link>http://www.zouqingshui.net/headingto3/%e4%bd%bf%e7%94%a8squid%e5%81%9aweb%e9%95%9c%e5%83%8f%e5%ae%8c%e5%85%a8%e7%ad%96%e7%95%a5_web%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e4%bd%bf%e7%94%a8squid%e5%81%9aweb%e9%95%9c%e5%83%8f%e5%ae%8c%e5%85%a8%e7%ad%96%e7%95%a5_web%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 12:04:51 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web镜像]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2204</guid>
		<description><![CDATA[应用环境：一台智能DNS，一台web做原始服务器，三台squid做web镜像，三台squid分别在重庆，上海，天津，web 在深圳，智能dns能分析客户访问接入的IP然后叫其访问本城市的服务器，比如说上海的客户访问的就是上海的web镜像，然后第二次访问的时候首先是向其 他两台squid发起请求看有没有这个缓存，如果没有在向web发起请求 系统环境：CentOS 5.2，squid-3.1.0.13.tar.gz，其中web服务器是LAMP环境，域名为www.qubaoquan.com IP 和域名规划：智能DNS的ip为192.168.10.100，web服务器的IP为192.168.10.1，上海squid的IP 为：192.168.10.2，重庆squid的IP为：192.168.10.3，天津squid的IP为：192.168.10.4，对外提供的域名 为www.qubaoquan.com 如下的的配置是上海的squid的配置，其他两台squid只要做些响应更改就可以了 1. 安装 [root@squid srv]# tar zvxf squid-3.1.0.13.tar.gz [root@squid srv]# cd squid-3.1.0.13 [root@squid srv]# ./configure --prefix=/usr/local/squid --enable-storrio=ufs,aufs,null --enable-linux-netfilter [root@squid srv]# make [root@squid srv]# make install 2. 创建运行squid的用户 [root@squid srv]# useradd squid 3. 创建运行所需的目录并且赋权 [root@squid srv]# mkdir -p /usr/local/squid/cache [root@squid srv]# chown -R squid:squid /usr/local/squid/cache/ [root@squid srv]# [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e4%bd%bf%e7%94%a8squid%e5%81%9aweb%e9%95%9c%e5%83%8f%e5%ae%8c%e5%85%a8%e7%ad%96%e7%95%a5_web%e5%8f%8d%e5%90%91%e4%bb%a3%e7%90%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>摘录的十个最牛X的linux命令</title>
		<link>http://www.zouqingshui.net/headingto3/%e6%91%98%e5%bd%95%e7%9a%84%e5%8d%81%e4%b8%aa%e6%9c%80%e7%89%9bx%e7%9a%84linux%e5%91%bd%e4%bb%a4/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e6%91%98%e5%bd%95%e7%9a%84%e5%8d%81%e4%b8%aa%e6%9c%80%e7%89%9bx%e7%9a%84linux%e5%91%bd%e4%bb%a4/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 11:18:20 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[牛X]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2167</guid>
		<description><![CDATA[下面是来自 Commandlinefu 网站由用户投票决出的 10 个最酷的 Linux 单行命令，希望对你有用。 1. sudo !! 以 root 帐户执行上一条命令。 2. python -m SimpleHTTPServer 利用 Python 搭建一个简单的 Web 服务器，可通过 http://$HOSTNAME:8000 访问。 3. :w !sudo tee % 在 Vim 中无需权限保存编辑的文件。 4. cd - 更改到上一次访问的目录。 5. ^foo^bar 将上一条命令中的 foo 替换为 bar，并执行。 6. cp filename{,.bak} 快速备份或复制文件。 7. mtr google.com traceroute + ping。 8. !whatever:p 搜索命令历史，但不执行。 [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e6%91%98%e5%bd%95%e7%9a%84%e5%8d%81%e4%b8%aa%e6%9c%80%e7%89%9bx%e7%9a%84linux%e5%91%bd%e4%bb%a4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>问有所答：如何列出服务器当前绑定的所有域名</title>
		<link>http://www.zouqingshui.net/headingto3/%e9%97%ae%e6%9c%89%e6%89%80%e7%ad%94%ef%bc%9a%e5%a6%82%e4%bd%95%e5%88%97%e5%87%ba%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%bd%93%e5%89%8d%e7%bb%91%e5%ae%9a%e7%9a%84%e6%89%80%e6%9c%89%e5%9f%9f%e5%90%8d/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e9%97%ae%e6%9c%89%e6%89%80%e7%ad%94%ef%bc%9a%e5%a6%82%e4%bd%95%e5%88%97%e5%87%ba%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%bd%93%e5%89%8d%e7%bb%91%e5%ae%9a%e7%9a%84%e6%89%80%e6%9c%89%e5%9f%9f%e5%90%8d/#comments</comments>
		<pubDate>Thu, 07 Oct 2010 05:24:39 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[信天国际]]></category>
		<category><![CDATA[显示域名列表]]></category>
		<category><![CDATA[显示服务器网站列表]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2159</guid>
		<description><![CDATA[那怎么查我们有几个什么空间? 怎么查空间是挂哪些站? 如何列出服务器当前绑定的所有域名? 如何列出服务器当前绑定的所有网站？ sjfile=`locate httpd.conf` cat $sjfile &#124; grep ServerName cat $sjfile &#124; grep ServerAlias for:信天国际 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: 问有所答：如何列出服务器当前绑定的所有域名 相关主题2010-12-26 -- linux centos系统用户不显示当前文件夹名和用户名怎么办？ (0)2010-12-12 -- 一键搭载VPN服务器ppptp (3)2010-11-27 -- 使用squid做web镜像完全策略_web反向代理 (0)2010-11-01 -- 摘录的十个最牛X的linux命令 (1)2010-07-18 -- 最全的服务器自动备份脚本 (1)2010-03-14 -- APMSERV 5.2.X 启动报错 (2)2010-02-24 -- Linux 下的 Zen Cart 安全脚本 (5)2010-02-22 -- mysql服务器主从同步配置 (0)2010-02-04 -- linux通过重新编译php来安装php-soap [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e9%97%ae%e6%9c%89%e6%89%80%e7%ad%94%ef%bc%9a%e5%a6%82%e4%bd%95%e5%88%97%e5%87%ba%e6%9c%8d%e5%8a%a1%e5%99%a8%e5%bd%93%e5%89%8d%e7%bb%91%e5%ae%9a%e7%9a%84%e6%89%80%e6%9c%89%e5%9f%9f%e5%90%8d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>最全的服务器自动备份脚本</title>
		<link>http://www.zouqingshui.net/headingto3/%e6%9c%80%e5%85%a8%e7%9a%84%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%87%aa%e5%8a%a8%e5%a4%87%e4%bb%bd%e8%84%9a%e6%9c%ac/</link>
		<comments>http://www.zouqingshui.net/headingto3/%e6%9c%80%e5%85%a8%e7%9a%84%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%87%aa%e5%8a%a8%e5%a4%87%e4%bb%bd%e8%84%9a%e6%9c%ac/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 14:06:11 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=2126</guid>
		<description><![CDATA[1. FTP自动登录批量下载文件。 #####从ftp服务器上的/home/data 到 本地的/home/databackup#### #!/bin/bash ftp -n&#60;&#60;! open 192.168.1.171 user guest 123456 binary cd /home/data lcd /home/databackup prompt mget * close bye ! 2. FTP自动登录上传文件。 ####本地的/home/databackup to ftp服务器上的/home/data#### #!/bin/bash ftp -n&#60;&#60;! open 192.168.1.171 user guest 123456 binary hash cd /home/data lcd /home/databackup prompt mput * close bye ! 3. FTP自动登录下载单个文件。 ####ftp服务器上下载/home/data/a.sh to local /home/databackup#### [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/%e6%9c%80%e5%85%a8%e7%9a%84%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%87%aa%e5%8a%a8%e5%a4%87%e4%bb%bd%e8%84%9a%e6%9c%ac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux 下的 Zen Cart 安全脚本</title>
		<link>http://www.zouqingshui.net/headingto3/secury-script-for-zen-cart-on-linux/</link>
		<comments>http://www.zouqingshui.net/headingto3/secury-script-for-zen-cart-on-linux/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 01:38:34 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[zen-cart]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[zencart]]></category>
		<category><![CDATA[安全]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=1912</guid>
		<description><![CDATA[#!/bin/bash echo "install some setting for zen cart because of some secure reason..." for site in /data0/htdocs/*;do   if [ -d $site ]; then     if [ -f $site/includes/application_top.php ]; then       echo $site" is zen cart folder"       chmod 444 -R $site/docs       chmod 444 -R $site/extras       chmod 444 $site/install.txt       rm -rf [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/secury-script-for-zen-cart-on-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>mysql服务器主从同步配置</title>
		<link>http://www.zouqingshui.net/headingto3/mysql%e6%9c%8d%e5%8a%a1%e5%99%a8%e4%b8%bb%e4%bb%8e%e5%90%8c%e6%ad%a5%e9%85%8d%e7%bd%ae/</link>
		<comments>http://www.zouqingshui.net/headingto3/mysql%e6%9c%8d%e5%8a%a1%e5%99%a8%e4%b8%bb%e4%bb%8e%e5%90%8c%e6%ad%a5%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:16:23 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=1908</guid>
		<description><![CDATA[Mysql主从配置 1.         主mysql配置： grant replication slave on *.* to replication@10.20.137.148 identified by '123456'; vi /usr/local/mysql/my.cnf log-bin=mysql-bin 同步的数据库 binlog-do-db=star 不同步的数据库 binlog-ignore-db=information_schema binlog-ignore-db=mysql binlog-ignore-db=test 2.         从mysql配置 log-bin=mysql-bin server-id       = 2 master-host     =  10.20.137.150 master-user     =  replication master-password =  123456 同步的数据库 binlog-do-db=star 不同步的数据库 binlog-ignore-db=information_schema binlog-ignore-db=mysql binlog-ignore-db=test 3.         检查 主mysql： mysql&#62; show master status\G *************************** 1. row ***************************             [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/mysql%e6%9c%8d%e5%8a%a1%e5%99%a8%e4%b8%bb%e4%bb%8e%e5%90%8c%e6%ad%a5%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux通过重新编译php来安装php-soap</title>
		<link>http://www.zouqingshui.net/headingto3/linux-install-php-soap/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux-install-php-soap/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 07:54:24 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php-soap]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=1888</guid>
		<description><![CDATA[首先安装完php后最好保留当时安装的文件，比如我的路径/export1/soft cd php-5.1.6/ext/soap /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --enable-soap make make install 编译后的soap.so文件保存在了/usr/local/php/lib/php/extensions/no-debug-non-zts-20050922目录下 修改php.ini文件 　　手工修改：查找/usr/local/webserver/php/etc/php.ini中的extension_dir = "./" 　　修改为extension_dir = "/usr/local/webserver/php/lib/php/extensions/no-debug-non-zts-20050922/" 　　并在此行后增加如下，然后保存： 　　extension = "soap.so" 重新启动apache，ok 我们就已经能看到扩展的soap模块了。 如果还要扩展别的模块可以一次类推，这里还有点要说明，如果做了zend，php.ini文件是在/usr/local/php/etc下的，但是我们这边重新编译后，它回放到/usr/local/php/lib下。所以这里要注意一下。 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: linux通过重新编译php来安装php-soap 相关主题2011-01-29 -- 【PHP】在header命令前的输出有可能会导致header命令失效 (0)2010-12-26 -- linux centos系统用户不显示当前文件夹名和用户名怎么办？ (0)2010-12-12 -- 一键搭载VPN服务器ppptp (3)2010-12-07 -- 收集：php-mcrypt加密模块的用法 (1)2010-11-27 -- 使用squid做web镜像完全策略_web反向代理 (0)2010-11-01 -- 摘录的十个最牛X的linux命令 (1)2010-10-07 -- 问有所答：如何列出服务器当前绑定的所有域名 (1)2010-07-18 -- 最全的服务器自动备份脚本 (1)2010-02-24 [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux-install-php-soap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux FTP如何关闭上传确认（prompt）</title>
		<link>http://www.zouqingshui.net/headingto3/linux-ftp%e5%a6%82%e4%bd%95%e5%85%b3%e9%97%ad%e4%b8%8a%e4%bc%a0%e7%a1%ae%e8%ae%a4%ef%bc%88prompt%ef%bc%89/</link>
		<comments>http://www.zouqingshui.net/headingto3/linux-ftp%e5%a6%82%e4%bd%95%e5%85%b3%e9%97%ad%e4%b8%8a%e4%bc%a0%e7%a1%ae%e8%ae%a4%ef%bc%88prompt%ef%bc%89/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 00:17:32 +0000</pubDate>
		<dc:creator>无风的飘逸</dc:creator>
				<category><![CDATA[Linux 技术]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[prompt]]></category>

		<guid isPermaLink="false">http://www.zouqingshui.net/?p=1805</guid>
		<description><![CDATA[今天因工作需要使用ftp上传一大批图片到远程服务器，是将一整个目录下的图片全部都上传到远程服务器（一个虚拟主机的FTP），就用mput命令，默认的情况下，每上传一个文件都输入一下y来确认，俺没有时间进行这样搞（几千张图片哦），不想每一个文件都确认一下，就需要在命令模式，并登录系统后用prompt来关闭交互模式： ftp>prompt 切换交谈式指令(使用mput/mget 时不用每个文件皆询问yes/no) 这样就可以使用 mput *让它慢慢上传…喝茶去… 注: ftp> help prompt prompt force interactive prompting on multiple commands ftp> prompt Interactive mode off. ftp> prompt Interactive mode on. ftp> prompt Interactive mode off. ftp> 从上例也可以看出不任何参数就可以进行开发或关闭的设备，每执行一次，状态就会改变。 原文来自we are linuxer ，该页显示有问题，怕死链不好，就没有敢挂上来给各位看 原创文章，转载请注明： 转载自清水的百宝箱 本文链接地址: Linux FTP如何关闭上传确认（prompt） 相关主题2010-07-18 -- 最全的服务器自动备份脚本 (1)2010-12-26 -- linux centos系统用户不显示当前文件夹名和用户名怎么办？ (0)2010-12-12 -- 一键搭载VPN服务器ppptp (3)2010-11-27 [...]]]></description>
		<wfw:commentRss>http://www.zouqingshui.net/headingto3/linux-ftp%e5%a6%82%e4%bd%95%e5%85%b3%e9%97%ad%e4%b8%8a%e4%bc%a0%e7%a1%ae%e8%ae%a4%ef%bc%88prompt%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

