X7ROOT File Manager
Current Path:
/etc/usermin
etc
/
usermin
/
📁
..
📄
.post-install
(39 B)
📄
.pre-install
(38 B)
📄
.reload-init
(169 B)
📄
.restart-by-force-kill-init
(66 B)
📄
.restart-init
(59 B)
📄
.start-init
(212 B)
📄
.stop-init
(685 B)
📁
at
📁
authentic-theme
📁
changepass
📁
chfn
📁
commands
📄
config
(571 B)
📁
cron
📁
cshrc
📁
fetchmail
📁
file
📁
filemin
📁
filter
📁
forward
📁
gnupg
📁
htaccess
📁
htaccess-htpasswd
📁
language
📁
mailbox
📁
mailcap
📁
man
📄
miniserv.conf
(1.19 KB)
📄
miniserv.pem
(2.94 KB)
📄
miniserv.users
(11 B)
📁
mysql
📄
perl-path
(14 B)
📁
plan
📁
postgresql
📁
proc
📁
procmail
📁
quota
📄
reload
(40 B)
📄
restart
(41 B)
📄
restart-by-force-kill
(114 B)
📁
schedule
📁
shell
📁
spam
📁
ssh
📄
start
(39 B)
📄
stop
(38 B)
📁
telnet
📁
theme
📁
tunnel
📁
twofactor
📄
uninstall.sh
(471 B)
📁
updown
📄
user.acl
(6 B)
📁
usermount
📄
var-path
(13 B)
📄
version
(6 B)
📄
webmin.acl
(99 B)
Editing: uninstall.sh
#!/bin/sh printf "Are you sure you want to uninstall Usermin? (y/n) : " read answer printf "\n" if [ "$answer" = "y" ]; then echo "Removing Usermin RPM .." rm -f /usr/libexec/usermin/authentic-theme/manifest-* rpm -e --nodeps usermin systemctlcmd=`which systemctl 2>/dev/null` if [ -x "$systemctlcmd" ]; then $systemctlcmd stop usermin >/dev/null 2>&1 </dev/null rm -f /usr/lib/systemd/system/usermin.service $systemctlcmd daemon-reload fi echo ".. done" fi
Upload File
Create Folder