AnonSec Team
Server IP : 161.35.85.9  /  Your IP : 216.73.217.134
Web Server : nginx/1.30.1
System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64
User : root ( 0)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /usr/share/wordpress/../fish/completions/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /usr/share/wordpress/../fish/completions/rc-status.fish
set -l levels '(set -l p /etc/runlevels/*; string replace /etc/runlevels "" $p)'

#disable file listing
complete -f rc-status
complete -c rc-status -n "test (__fish_number_of_cmd_args_wo_opts) = 1" \
    -xa "$levels"

complete -c rc-status -s h -l help -d 'Display the help output'
complete -c rc-status -s a -l all -d 'Show services from all run levels'
complete -c rc-status -s f -l format -d 'format status to be parsable'
complete -c rc-status -s l -l list -d 'Show list of run levels'
complete -c rc-status -s r -l runlevel -d 'Show the name of the current runlevel'
complete -c rc-status -s m -l manual -d 'Show manually started services'
complete -c rc-status -s s -l servicelist -d 'Show service list'
complete -c rc-status -s S -l supervised -d 'Show supervised services'
complete -c rc-status -s u -l unused -d 'Show services not assigned to any runlevel'
complete -c rc-status -s v -l version -d 'Display software version'
complete -c rc-status -s q -l quiet -d 'Run quietly'
complete -c rc-status -s C -l nocolor -d 'Disable color output'
complete -c rc-status -s V -l version -d 'Display software version'

AnonSec - 2021