Uname : Linux V-ShopU01 4.18.0-348.20.1.el8_5.x86_64 #1 SMP Thu Mar 10 20:59:28 UTC 2022 x86_64
Server : Apache/2.4.37 (rocky) OpenSSL/1.1.1k
Whoami : apache
Safe Mode : OFF
DOCUMENT ROOT : /var/www/html/site_shopudiet
Disable Function :
Path : /sbin/

Server IP : 65.20.74.164 Client IP : 18.119.166.75
Current File : //sbin/sos
#!/usr/libexec/platform-python -s
# This file is part of the sos project: https://github.com/sosreport/sos
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
# version 2 of the GNU General Public License.
#
# See the LICENSE file in the source distribution for further information.

import sys
import os

try:
    sys.path.insert(0, os.getcwd())
    from sos import SoS
except KeyboardInterrupt:
    raise SystemExit()


if __name__ == '__main__':
    sos = SoS(sys.argv[1:])
    sos.execute()

# vim:ts=4 et sw=4