403Webshell
Server IP : 74.208.236.52  /  Your IP : 216.73.216.240
Web Server : Apache
System : Linux infong527 4.4.400-icpu-115 #2 SMP Mon Jul 6 08:15:05 UTC 2026 x86_64
User : u44043973 ( 5404757)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /kunden/usr/share/zsh/functions/Completion/Solaris/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /kunden/usr/share/zsh/functions/Completion/Solaris/_dumpadm
#compdef dumpadm

local -a content

content=(
  'kernel:kernel memory pages only'
  'all:all memory pages'
  'curproc:kernel memory pages plus curproc pages'
  'allproc:kernel memory pages and all process pages'
)
_arguments -s \
  '-e[print estimate of disk space required to store compressed crash dump]' \
  "-n[don't run savecore on reboot]" \
  '-p[produce machine parseable output]' \
  '-u[update dump configuration from dumpadm.conf]' \
  '-y[run savecore on reboot]' \
  '-c[set dump content]:dump content:(($content))' \
  '-d[set dump device]: : _alternative "tokens\:token\:(swap none)" "files\:block device\:_files -g \*\(-%b\)"' \
  '-m[set minfree size]:size' \
  '-s[set the savecore directory]:directory:_files -/' \
  '-r[alternate root directory]:directory:_files -/' \
  '-z[enable saving core files in a compressed format]:compression:(on off)'

Youez - 2016 - github.com/yon3zu
LinuXploit