Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
zsh /
functions /
Completion /
Solaris /
[ HOME SHELL ]
Name
Size
Permission
Action
_be_name
341
B
-rw-r--r--
_beadm
2
KB
-rw-r--r--
_coreadm
1.45
KB
-rw-r--r--
_dhcpinfo
1.17
KB
-rw-r--r--
_dladm
27.48
KB
-rw-r--r--
_dtrace
2.07
KB
-rw-r--r--
_dumpadm
866
B
-rw-r--r--
_flowadm
2.69
KB
-rw-r--r--
_fmadm
2.8
KB
-rw-r--r--
_inetadm
406
B
-rw-r--r--
_ipadm
12.31
KB
-rw-r--r--
_pfexec
751
B
-rw-r--r--
_pkg5
12.15
KB
-rw-r--r--
_prstat
1.79
KB
-rw-r--r--
_ptree
209
B
-rw-r--r--
_savecore
228
B
-rw-r--r--
_snoop
1.45
KB
-rw-r--r--
_svcadm
1.79
KB
-rw-r--r--
_svccfg
3.87
KB
-rw-r--r--
_svcprop
793
B
-rw-r--r--
_svcs
1.12
KB
-rw-r--r--
_svcs_fmri
2.83
KB
-rw-r--r--
_zlogin
472
B
-rw-r--r--
_zoneadm
3.97
KB
-rw-r--r--
_zones
256
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _dtrace
#compdef dtrace # Synced with Nevada build 160 man pages _dtrace() { _arguments -s \ '-32[generate 32-bit D programs and ELF files]' \ '-64[generate 64-bit D programs and ELF files]' \ '-a[claim anonymous tracing state]' \ '-A[generate driver.conf(4) directives for anonymous tracing]' \ '-b[set trace buffer size]' \ '-c[run specified command and exit upon its completion]' \ '-C[run cpp(1) preprocessor on script files]' \ '-D[define symbol when invoking preprocessor]' \ '-e[exit after compiling request but prior to enabling probes]' \ '-f[enable or list probes matching the specified function name]:function: ' \ '-F[coalesce trace output by function]' \ '-G[generate an ELF file containing embedded dtrace program]' \ '-H[print included files when invoking preprocessor]' \ '-h[Generate a header file]' \ '-i[enable or list probes matching the specified probe id]' \ '-I[add include directory to preprocessor search path]:include dir:_files -/' \ '-L[Add directory to search path for DTrace libraries]:lib dir:_files -/' \ '-l[list probes matching specified criteria]' \ '-m[enable or list probes matching the specified module name]:module: ' \ '-n[enable or list probes matching the specified probe name]:name: ' \ '-o[set output file]:output file:_files' \ '-p[grab specified process-ID and cache its symbol tables]:pid:_pids' \ '-P[enable or list probes matching the specified provider name]:provider: ' \ '-q[set quiet mode (only output explicitly traced data)]' \ '-s[enable or list probes according to the specified D script]' \ '-S[print D compiler intermediate code]' \ '-U[undefine symbol when invoking preprocessor]' \ '-v[set verbose mode (report program stability attributes)]' \ '-V[report DTrace API version]' \ '-w[permit destructive actions]' \ '-x[enable or modify compiler and tracing options]' \ '-X[specify ISO C conformance settings for preprocessor]:ISO C conformance:((a\:"ISO plus K&R extensions (default)" c\:"Strictly conformant ISO C" s\:"K&R C only" t\:"ISO plus K&R extensions"))' \ '-Z[permit probe descriptions that match zero probes]' } _dtrace "$@"
Close