[ Avaa Bypassed ]




Upload:

Command:

www-data@18.218.110.116: ~ $
#! /bin/sh
set -e

DEFAULTS_GENERATED=/var/lib/gdm3/greeter-dconf-defaults
DEFAULTS_DIR=/usr/share/gdm/dconf

if [ -d /var/lib/gdm3 ]; then
  needed=no
  if [ -f $DEFAULTS_GENERATED ]; then
    for f in \
        $DEFAULTS_DIR $DEFAULTS_DIR/*-settings \
        $DEFAULTS_DIR/locks $DEFAULTS_DIR/locks/*-locks \
        /etc/gdm3/greeter.dconf-defaults; do
      if [ "$f" -nt $DEFAULTS_GENERATED ]; then
        needed=yes
        break
      fi
    done
  else
    needed=yes
  fi
  if [ "$needed" = yes ]; then
    dconf compile $DEFAULTS_GENERATED $DEFAULTS_DIR
  fi
fi

pkill --signal 'HUP' --uid 'gdm' 'dconf-service' || true

Filemanager

Name Type Size Permission Actions
BuiltInSessions Folder 0755
autostart Folder 0755
dconf Folder 0755
greeter Folder 0755
default.pa File 444 B 0644
gdb-cmd File 30 B 0644
gdm.schemas File 3.11 KB 0644
generate-config File 632 B 0755
greeter.dconf-defaults File 1.44 KB 0644
greeter.dconf-defaults.md5sum File 92 B 0644
locale.alias File 261 B 0644