X7ROOT File Manager
Current Path:
/usr/sbin
usr
/
sbin
/
ðŸ“
..
📄
chroot
(41.52 KB)
📄
cloudlinux-selector
(654 B)
📄
consoletype
(11.86 KB)
📄
cracklib-check
(13.05 KB)
📄
cracklib-format
(251 B)
📄
cracklib-packer
(13.05 KB)
📄
cracklib-unpacker
(9.03 KB)
📄
create-cracklib-dict
(990 B)
📄
cxs
(1.01 KB)
📄
ddns-confgen
(20.46 KB)
📄
dnssec-checkds
(936 B)
📄
dnssec-coverage
(938 B)
📄
dnssec-dsfromkey
(60.84 KB)
📄
dnssec-importkey
(60.84 KB)
📄
dnssec-keyfromlabel
(64.76 KB)
📄
dnssec-keygen
(72.84 KB)
📄
dnssec-keymgr
(934 B)
📄
dnssec-revoke
(56.74 KB)
📄
dnssec-settime
(60.84 KB)
📄
dnssec-signzone
(117.2 KB)
📄
dnssec-verify
(52.84 KB)
📄
exim
(1.02 KB)
📄
faillock
(20.52 KB)
📄
genrandom
(12.38 KB)
📄
ip
(693.3 KB)
📄
isc-hmac-fixup
(11.85 KB)
📄
ldconfig
(986.02 KB)
📄
mkhomedir_helper
(24.43 KB)
📄
named-checkzone
(36.63 KB)
📄
named-compilezone
(36.63 KB)
📄
nsec3hash
(12.29 KB)
📄
pam_console_apply
(45.2 KB)
📄
pam_timestamp_check
(11.87 KB)
📄
pluginviewer
(20.57 KB)
📄
proxyexec
(21.17 KB)
📄
pwhistory_helper
(20.44 KB)
📄
saslauthd
(94.42 KB)
📄
sasldblistusers2
(20.77 KB)
📄
saslpasswd2
(16.42 KB)
📄
sendmail
(1.02 KB)
📄
testsaslauthd
(16.66 KB)
📄
tmpwatch
(35.47 KB)
📄
tsig-keygen
(20.46 KB)
📄
unix_chkpwd
(36.86 KB)
📄
unix_update
(36.87 KB)
Editing: dnssec-coverage
#!/usr/libexec/platform-python ############################################################################ # Copyright (C) Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, you can obtain one at https://mozilla.org/MPL/2.0/. # # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. ############################################################################ import os import sys sys.path.insert(0, os.path.dirname(sys.argv[0])) if os.name != 'nt': if '': # value of --with-python-install-dir sys.path.insert(1, '') else: sys.path.insert(1, os.path.join('/usr', 'lib', 'python' + sys.version[:3], 'site-packages')) import isc.coverage if __name__ == "__main__": isc.coverage.main()
Upload File
Create Folder