Software: Apache/2.0.54 (Fedora). PHP/5.0.4 uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /etc/vsftpd/ drwxr-xr-x |
Viewing file: Select action/file-type: #!/bin/bash #move old config files and symlink them #shipped with vsftpd-2.0.1-6 PREFIX="vsftpd" for file in $( ls /etc/${PREFIX}.* ); do if [ ! -L $file ]; then new=`echo $file | sed s/${PREFIX}\./${PREFIX}\\\\//g | sed s/\.rpmsave//g` mv -f ${file} ${new} ln -s ${new} ${file} echo $file moved to $new fi done |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0029 ]-- |