Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
bash_completion.d /
Delete
Unzip
Name
Size
Permission
Date
Action
apport_completion
6.48
KB
-rw-r--r--
2016-03-31 16:13
cloud-init
3.25
KB
-rw-r--r--
2019-03-08 23:37
cryptdisks
408
B
-rw-r--r--
2015-08-21 10:04
git-prompt
439
B
-rw-r--r--
2016-03-23 04:45
grub
10.88
KB
-rw-r--r--
2016-07-23 02:09
insserv
736
B
-rw-r--r--
2013-05-07 08:07
openvpn
553
B
-rw-r--r--
2016-02-02 13:40
Save
Rename
# insserv(8) completion # # Copyright (c) 2009 Kel Modderman <kel@otaku42.de> # have insserv && _insserv() { local cur prev sysvdir services options cur=`_get_cword` prev=${COMP_WORDS[COMP_CWORD-1]} [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \ || sysvdir=/etc/init.d services=( $(echo $sysvdir/!(README*|*.dpkg*|*.rpm@(orig|new|save))) ) services=( ${services[@]#$sysvdir/} ) options=( -c --config -d -f -n -o --override -p --path -r -v ) case "$prev" in -c|--config) _filedir ;; -o|--override|-p|--path) _filedir -d ;; *) COMPREPLY=( $( compgen -W '${options[@]} ${services[@]}' -- \ $cur ) ) ;; esac return 0 } && complete -F _insserv insserv