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 : _prstat
#compdef prstat _prstat() { local d_opt sort_key d_opt=( "u"\:"seconds past the epoch" "d"\:"standard date format" ) sort_key=( "cpu"\:"process CPU usage (default)" "pri"\:"process priority" "rss"\:"resident set size" "size"\:"size of process image" "time"\:"process execution time" ) _arguments -A "-*" \ '-a[information about processes and users]' \ '-c[new reports below previous reports instead of overprinting them]' \ '-C[processes or lwps that are bound to processor sets in the list]:processor set list:' \ '-d[specify the representation of time]:time representation:(($d_opt))' \ '-h[only processes or lwps whose home lgroup is in the list]:lgroup list:' \ '-H[information about home lgroup]' \ '-j[only processes or lwps whose project ID is in the given list]:project list:' \ '-J[information about processes and projects]' \ '-k[only processes or lwps whose task ID is in tasklist]:task list'\ '-L[statistics for each light-weight process (LWP)]' \ '-m[microstate process accounting information]' \ '-n[restrict number of output lines]:ntop,[nbottom]' \ '-p[only processes whose process ID is in the list]:PID list' \ '-P[only processes or lwps which have most recently executed on a CPU in the list]:CPU list' \ '-R[Put prstat in the real time scheduling class]' \ '-s[Sort key (descending)]:key:(($sort_key))' \ '-S[Sort key (ascending)]:key:(($sort_key))' \ '-t[total usage summary for each user]' \ '-T[information about processes and tasks]' \ '-u[only processes whose effective user ID is in the list]:UID:_users' \ '-U[only processes whose real user ID is in the list]:UID:_users' \ '-v[verbose process usage]' \ '-z[only processes or LWPs whose zone ID is in the list]:zone ID:' \ '-Z[information about processes and zones]' } _prstat "$@"
Close