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.186
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 /
modules /
[ HOME SHELL ]
Name
Size
Permission
Action
index.html
4.66
KB
-rw-r--r--
mod_auth.html
39.51
KB
-rw-r--r--
mod_auth_file.html
9.21
KB
-rw-r--r--
mod_auth_pam.html
5.79
KB
-rw-r--r--
mod_auth_unix.html
10.76
KB
-rw-r--r--
mod_cap.html
8.1
KB
-rw-r--r--
mod_core.html
126.18
KB
-rw-r--r--
mod_ctrls.html
11.58
KB
-rw-r--r--
mod_delay.html
11.43
KB
-rw-r--r--
mod_dso.html
16.33
KB
-rw-r--r--
mod_facl.html
2.22
KB
-rw-r--r--
mod_facts.html
10.83
KB
-rw-r--r--
mod_ident.html
2.78
KB
-rw-r--r--
mod_lang.html
11.19
KB
-rw-r--r--
mod_log.html
20.14
KB
-rw-r--r--
mod_ls.html
8.95
KB
-rw-r--r--
mod_memcache.html
5.05
KB
-rw-r--r--
mod_redis.html
13.45
KB
-rw-r--r--
mod_rlimit.html
9.55
KB
-rw-r--r--
mod_site.html
905
B
-rw-r--r--
mod_xfer.html
24.84
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mod_facl.html
<!DOCTYPE html> <html> <head> <title>ProFTPD module mod_facl</title> </head> <body bgcolor=white> <hr> <center> <h2><b>ProFTPD module <code>mod_facl</code></b></h2> </center> <hr><br> <p> The <code>mod_facl</code> module adds support to ProFTPD for POSIX ACLs. For more information on what POSIX ACLs are and how they work, see "POSIX ACLs on Linux": <pre> <a href="http://www.suse.de/~agruen/acl/linux-acls/online/">http://www.suse.de/~agruen/acl/linux-acls/online/</a> </pre> 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. <p> Installation instructions for <code>mod_facl</code> can be found <a href="#Installation">here</a>. <p> The most current version of <code>mod_facl</code> can be found in the ProFTPD source distribution: <pre> <a href="http://www.proftpd.org/">http://www.proftpd.org/</a> </pre> <h2>Directives</h2> <ul> <li><a href="#FACLEngine">FACLEngine</a> </ul> <hr> <h3><a name="FACLEngine">FACLEngine</a></h3> <strong>Syntax:</strong> FACLEngine <em>on|off</em><br> <strong>Default:</strong> on<br> <strong>Context:</strong> server config<br> <strong>Module:</strong> mod_facl<br> <strong>Compatibility:</strong> 1.3.1rc1 and later <p> The <code>FACLEngine</code> directive enables or disables the module's runtime checking of POSIX ACLs. Use this directive to disable the module. <p> <hr> <h2><a name="Installation">Installation</a></h2> To use the <code>mod_facl</code> module, configure <code>proftpd</code> using the following: <pre> $ ./configure --enable-facl --with-modules=mod_facl ... </pre> <p> <b>Logging</b><br> The <code>mod_facl</code> module supports <a href="../howto/Tracing.html">trace logging</a>, via the module-specific log channels: <ul> <li>facl </ul> Thus for trace logging, to aid in debugging, you would use the following in your <code>proftpd.conf</code>: <pre> TraceLog /path/to/ftpd/trace.log Trace facl:20 </pre> This trace logging can generate large files; it is intended for debugging use only, and should be removed from any production configuration. <p> <hr> <font size=2><b><i> © Copyright 2000-2014 TJ Saunders<br> All Rights Reserved<br> </i></b></font> <hr> </body> </html>
Close