ACIL FM
Dark
Refresh
Current DIR:
/usr/share/lve/modlscapi/utils
/
usr
share
lve
modlscapi
utils
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
checkconfdutil.pm
2.54 MB
chmod
View
DL
Edit
Rename
Delete
cpanel-delete-lve
1.93 MB
chmod
View
DL
Edit
Rename
Delete
cpanel-hooks-lve
4.48 MB
chmod
View
DL
Edit
Rename
Delete
cpanel-make-lve
988 B
chmod
View
DL
Edit
Rename
Delete
cpanel_hooks_manage.py
3.5 MB
chmod
View
DL
Edit
Rename
Delete
getdocroot.pm
2.83 MB
chmod
View
DL
Edit
Rename
Delete
getdocroots.pm
1.26 MB
chmod
View
DL
Edit
Rename
Delete
getuserdomains.pm
1.36 MB
chmod
View
DL
Edit
Rename
Delete
inserphpconf.pm
2.53 MB
chmod
View
DL
Edit
Rename
Delete
lsapi-cache
1.04 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/lve/modlscapi/utils/lsapi-cache
#!/usr/bin/bash # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT # [ -z "$LSAPICACHE_LOAD_DIRS" ] && exit 0 [ -z "$LSAPICACHE_LOGFILE" ] && LSAPICACHE_LOGFILE=/usr/share/lve/modlscapi/logs/lsapi-cache.log D=`date`; echo "$D: the following dirs will be processed: $LSAPICACHE_LOAD_DIRS" >>$LSAPICACHE_LOGFILE OIFS="$IFS" IFS=":" for d in $LSAPICACHE_LOAD_DIRS do [ -d "$d" ] || continue D=`date`; echo "$D: loading shared libraries from ${d}..." >>$LSAPICACHE_LOGFILE /usr/bin/find "$d" -type f -executable -exec /usr/bin/ldd {} \; >/dev/null 2>&1 D=`date`; echo "$D: ${d} - done." >>$LSAPICACHE_LOGFILE done for d in $LSAPICACHE_LOAD_DIRS do [ -d "$d" ] || continue D=`date`; echo "$D: loading lsphp from ${d}..." >>$LSAPICACHE_LOGFILE /usr/bin/find "$d" -type f -executable -name lsphp -exec {} -i \; >/dev/null 2>&1 D=`date`; echo "$D: ${d} - done." >>$LSAPICACHE_LOGFILE done IFS="$OIFS" exit 0
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply