X7ROOT File Manager
Current Path:
/etc/alternatives
etc
/
alternatives
/
📁
..
📄
apropos
(0 B)
📄
apropos.1.gz
(2.65 KB)
📄
arptables
(0 B)
📄
arptables-helper
(0 B)
📄
arptables-man
(4.39 KB)
📄
arptables-restore
(0 B)
📄
arptables-restore-man
(935 B)
📄
arptables-save
(0 B)
📄
arptables-save-man
(1.08 KB)
📄
cifs-idmap-plugin
(14.83 KB)
📄
cloudlinux-statistics
(0 B)
📄
cloudlinux-statsnotifier
(0 B)
📄
cloudlinux-top
(0 B)
📄
dbgovchart
(0 B)
📄
ebtables
(0 B)
📄
ebtables-man
(11.97 KB)
📄
ebtables-restore
(0 B)
📄
ebtables-save
(0 B)
📄
ip6tables
(0 B)
📄
ip6tables-restore
(0 B)
📄
ip6tables-save
(0 B)
📄
iptables
(0 B)
📄
iptables-restore
(0 B)
📄
iptables-save
(0 B)
📄
ld
(1.71 MB)
📄
libnssckbi.so.x86_64
(242.63 KB)
📄
lve-bursting-cleanup
(0 B)
📄
lve-bursting-info
(0 B)
📄
lve-create-db
(0 B)
📄
lve-read-snapshot
(0 B)
📄
lvechart
(0 B)
📄
lveinfo
(0 B)
📄
lvestats
(0 B)
📄
lvestats-burstwatcher
(0 B)
📄
man
(0 B)
📄
man.1.gz
(11.33 KB)
📄
modulecmd
(654.01 KB)
📄
modules.csh
(109 B)
📄
modules.sh
(479 B)
📄
mta
(1.25 KB)
📄
mta-mailq
(0 B)
📄
mta-mailqman
(26.9 KB)
📄
mta-newaliases
(0 B)
📄
mta-pam
(0 B)
📄
mta-rmail
(0 B)
📄
mta-rsmtp
(0 B)
📄
mta-runq
(0 B)
📄
mta-sendmail
(1.25 KB)
📄
nc
(0 B)
📄
nc-man
(10.66 KB)
📄
qtchooser-5
(0 B)
📄
qtchooser-default
(0 B)
📄
soelim
(0 B)
📄
soelim.1.gz
(1.89 KB)
📄
whatis
(0 B)
📄
whatis.1.gz
(2.49 KB)
Editing: mta-sendmail
#!/usr/bin/bash ##CageFS proxyexec wrapper - ver 17 if [[ $EUID -eq 0 ]]; then echo 'Cannot be run as root' exit 1 fi USR=`/usr/bin/whoami` USER_TOKEN_PATH="/var/.cagefs/.cagefs.token" WEBSITE_ISOLATION_FLAG="/opt/cloudlinux/flags/enabled-flags.d/website-isolation.flag" if [[ -f "$WEBSITE_ISOLATION_FLAG" && -n "$WEBSITE_TOKEN_PATH" ]]; then USER_TOKEN_PATH="$WEBSITE_TOKEN_PATH" fi TOKEN=`/bin/cat ${USER_TOKEN_PATH}` # It's user's tmp directory and write to it is secure procedure # because this script is running only under usual user PIDFILE="/tmp/.cagefs.proxy.$$" USER_INTERRUPT=13 CWD=`pwd` ctrl_c_handler() { if [[ -f "$PIDFILE" ]]; then pid=`/bin/cat $PIDFILE` /bin/rm -f $PIDFILE > /dev/null 2>&1 /bin/kill -s SIGINT "$pid" > /dev/null 2>&1 fi exit $USER_INTERRUPT } if [[ -e /var/.cagefs/origin ]]; then ORIGIN=`/bin/cat /var/.cagefs/origin` REMOTE="/usr/bin/ssh -F /etc/ssh/cagefs-rexec_config $USR@$ORIGIN" $REMOTE CAGEFS_TOKEN="$TOKEN" /usr/sbin/proxyexec -c cagefs.sock "$USR" "$CWD" EXIM $$ "$@" RETVAL=$? else trap 'ctrl_c_handler' 2 CAGEFS_TOKEN="$TOKEN" /usr/sbin/proxyexec -c cagefs.sock "$USR" "$CWD" EXIM $$ "$@" RETVAL=$? /bin/rm -f $PIDFILE > /dev/null 2>&1 fi exit $RETVAL
Upload File
Create Folder