Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
emacsen-common /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.gz
3.18
KB
-rw-r--r--
copyright
431
B
-rw-r--r--
debian-emacs-policy.gz
3.78
KB
-rw-r--r--
sample-package-install-foo
723
B
-rw-r--r--
sample-package-remove-foo
401
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sample-package-remove-foo
#!/bin/sh # /usr/lib/emacsen-common/packages/remove/foo # [ Sample only -- this script hasn't been tested, so be careful. ] set -e flavor="$1" elc_dir="/usr/share/$flavor/site-lisp/foo" echo "remove/foo: Handling removal of emacsen flavor $flavor" (cd "$elc_dir" && rm -f *.elc *.el install.log install.log.gz) if test -e "$elc_dir" then rmdir --ignore-fail-on-non-empty "$elc_dir" fi exit 0
Close