bilbo@baggins:cd /etc/pure-ftpd/conf/
bilbo@baggins:/etc/pure-ftpd/conf$ ls
AltLog ChrootEveryone MinUID PAMAuthentication TLS
BrokenClientsCompatibility FSCharset NoAnonymous PureDB UnixAuthentication
bilbo@baggins:/etc/pure-ftpd/conf$ echo 'yes' > CustomerProof
-bash: CustomerProof: Permission denied
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee ChrootEveryone
bilbo@baggins:/etc/pure-ftpd/conf$ echo 5|sudo tee MaxClientsNumber
5
bilbo@baggins:/etc/pure-ftpd/conf$ echo 1|sudo tee MaxClientsPerIP
1
bilbo@baggins:/etc/pure-ftpd/conf$ echo no|sudo tee Daemonize
no
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee VerboseLog
yes
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee NoChmod
yes
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee DontResolve
yes
bilbo@baggins:/etc/pure-ftpd/conf$ echo 15| sudo tee MaxIdleTime
15
bilbo@baggins:/etc/pure-ftpd/conf$ echo 2000 8|sudo tee LimitRecursion
2000 8
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee AntiWarez
yes
bilbo@baggins:/etc/pure-ftpd/conf$ echo no|sudo tee AnonymousCanCreateDirs
no
bilbo@baggins:/etc/pure-ftpd/conf$ echo 4|sudo tee MaxLoad
4
bilbo@baggins:/etc/pure-ftpd/conf$ echo no|sudo tee AllowUserFXP
no
bilbo@baggins:/etc/pure-ftpd/conf$ echo no|sudo tee AllowAnonymousFXP
no
bilbo@baggins:/etc/pure-ftpd/conf$ echo no|sudo tee AutoRename
no
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee AnonymousCantUpload
yes
bilbo@baggins:/etc/pure-ftpd/conf$ echo yes|sudo tee NoChmod
yes
bilbo@baggins:/etc/pure-ftpd/conf$ echo 80|sudo tee MaxDiskUsage
80
bilbo@baggins:/etc/pure-ftpd/conf$ ls
AllowAnonymousFXP BrokenClientsCompatibility MaxClientsPerIP PAMAuthentication
AllowUserFXP ChrootEveryone MaxDiskUsage PureDB
AltLog Daemonize MaxIdleTime TLS
AnonymousCanCreateDirs DontResolve MaxLoad UnixAuthentication
AnonymousCantUpload FSCharset MinUID VerboseLog
AntiWarez LimitRecursion NoAnonymous
AutoRename MaxClientsNumber NoChmod
bilbo@baggins:/etc/pure-ftpd/conf$ echo "6500 6600" > /etc/pure-ftpd/conf/PassivePortRange
-bash: /etc/pure-ftpd/conf/PassivePortRange: Permission denied
bilbo@baggins:/etc/pure-ftpd/conf$ echo 8 > ~/Desktop/test
bilbo@baggins:/etc/pure-ftpd/conf$