http://blog.chinaunix.net/uid/16979052.html
全部博文(286)
发布时间:2013-02-18 06:14:34
在SHELL编程中,经常要处理一些字符串变量。比如,计算长度啊、截取子串啊、字符替换啊等等,常常要用到awk、expr、sed、tr等命令。下面给大家介绍个简单的字符串处理方法,用不着嵌套复杂的子命令。......【阅读全文】
发布时间:2013-01-11 09:13:34
1:yum -y install vsftpd*2:yum -y install db4-utils*我的安装好的软件包如下:[root@localhost home]# rpm -qa | grep vsftpvsftpd-2.0.5-24.el5_8.1[root@localhost home]# rpm -qa | grep db4-utildb4-utils-4.3.29-10.el5_5.2[root@localhost home]# 2:添加虚拟用户口令文件vi /etc/vsftpd/login.txtname1 ##用户名password1......【阅读全文】