Ubuntu Pastebin

Paste from skweek at Wed, 4 Feb 2015 03:13:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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$ 
Download as text