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.53
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 /
Linux /
[ HOME SHELL ]
Name
Size
Permission
Action
_acpi
1.24
KB
-rw-r--r--
_acpitool
2.38
KB
-rw-r--r--
_alsa-utils
2.69
KB
-rw-r--r--
_analyseplugin
647
B
-rw-r--r--
_brctl
1.88
KB
-rw-r--r--
_btrfs
18.96
KB
-rw-r--r--
_chattr
1019
B
-rw-r--r--
_chcon
1.35
KB
-rw-r--r--
_chrt
2.5
KB
-rw-r--r--
_cpupower
4.12
KB
-rw-r--r--
_cryptsetup
8.22
KB
-rw-r--r--
_dkms
5.29
KB
-rw-r--r--
_e2label
93
B
-rw-r--r--
_ethtool
11.72
KB
-rw-r--r--
_findmnt
5.09
KB
-rw-r--r--
_free
1.25
KB
-rw-r--r--
_fuse_arguments
1.05
KB
-rw-r--r--
_fuse_values
1.61
KB
-rw-r--r--
_fusermount
660
B
-rw-r--r--
_gpasswd
701
B
-rw-r--r--
_htop
640
B
-rw-r--r--
_iconvconfig
508
B
-rw-r--r--
_ionice
1.14
KB
-rw-r--r--
_ipset
6.04
KB
-rw-r--r--
_iptables
10.43
KB
-rw-r--r--
_iwconfig
2.34
KB
-rw-r--r--
_kpartx
488
B
-rw-r--r--
_losetup
2.14
KB
-rw-r--r--
_lsattr
335
B
-rw-r--r--
_lsblk
3.01
KB
-rw-r--r--
_lsusb
1.16
KB
-rw-r--r--
_ltrace
2.15
KB
-rw-r--r--
_mdadm
8.02
KB
-rw-r--r--
_mii-tool
856
B
-rw-r--r--
_modutils
5.93
KB
-rw-r--r--
_mondo
1.95
KB
-rw-r--r--
_networkmanager
9.41
KB
-rw-r--r--
_opkg
15.12
KB
-rw-r--r--
_pidof
924
B
-rw-r--r--
_pkgtool
2.38
KB
-rw-r--r--
_pmap
1.02
KB
-rw-r--r--
_qdbus
2.68
KB
-rw-r--r--
_schedtool
916
B
-rw-r--r--
_selinux_contexts
266
B
-rw-r--r--
_selinux_roles
184
B
-rw-r--r--
_selinux_types
184
B
-rw-r--r--
_selinux_users
274
B
-rw-r--r--
_setsid
387
B
-rw-r--r--
_slabtop
674
B
-rw-r--r--
_ss
4.97
KB
-rw-r--r--
_sshfs
2.48
KB
-rw-r--r--
_strace
6.75
KB
-rw-r--r--
_sysstat
7.22
KB
-rw-r--r--
_tload
370
B
-rw-r--r--
_tpb
975
B
-rw-r--r--
_tracepath
320
B
-rw-r--r--
_tune2fs
2.19
KB
-rw-r--r--
_uml
5.14
KB
-rw-r--r--
_valgrind
15.33
KB
-rw-r--r--
_vserver
2.93
KB
-rw-r--r--
_wakeup_capable_devices
439
B
-rw-r--r--
_wipefs
1.3
KB
-rw-r--r--
_wpa_cli
825
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _findmnt
#compdef findmnt # # Note for customization: # Options -N -k -m -s are in a group 'S' and need be specified as # 'S-option-N' etc. in the context for zstyle. For example, if you want # all PIDs to be completed for 'findmnt -N<TAB>', then # zstyle ':completion:*:findmnt:S-option-N-1:processes' command 'ps -A' # local curcontext=$curcontext state state_descr line ret=1 typeset -A opt_args _arguments -s -C \ '(H -A --all)'{-A,--all}'[print all filesystems]' \ '(H -a --ascii)'{-a,--ascii}'[use ascii characters for tree formatting]' \ '(H -b --bytes)'{-b,--bytes}'[print SIZE etc. in bytes]' \ '(H -c --nocanonicalize)'{-c,--nocanonicalize}'[do not canonicalize path]' \ '(H -d --direction)'{-d+,--direction=}'[specify the search direction]:direction:(forward backward)' \ '(H -e --evaluate)'{-e,--evaluate}'[convert LABEL/UUID/PARTLABEL/PARTUUID to the device name]' \ '(H -F --tab-file)*'{-F+,--tab-file=}'[search in the specified tab file]:tab file:_files' \ '(H -f --first-only)'{-f,--first-only}'[print the first matching filesystem only]' \ '(H -i --invert)'{-i,--invert}'[invert the sense of matching]' \ '(H -M --mountpoint :)'{-M+,--mountpoint=}'[specify the mountpoint]: :->targets' \ '(H -n --noheadings)'{-n,--noheadings}'[do not print a header line]' \ '(H -O --options)'{-O+,--options=}'[only print the filesystems with the specified options]:list of options: ' \ '(H -o --output)'{-o+,--output=}'[specify output columns]: :->columns' \ '(H -p --poll)'{-p+,--poll=}'[monitor changes in /proc/self/mountinfo]::action:(mount umount remount move)' \ '(H -R --submounts)'{-R,--submounts}'[print recursively all submounts]' \ '(H -S --source :)'{-S+,--source=}'[specify the mount source]: :->sources' \ '(H -T --target :)'{-T+,--target=}'[specify the mount target]:target:_files' \ '(H -t --types)'{-t+,--types=}'[specify the type of filesystems]:filesystem types:_sequence -s , _file_systems' \ '--tree[use tree-like output if possible]' \ '(H -U --uniq)'{-U,--uniq}'[ignore filesystems with duplicated mount targets]' \ '(H -u --notruncate)'{-u,--notruncate}'[do not truncate text in columns]' \ '(H -v --nofsroot)'{-v,--nofsroot}'[do not print \[/dir\] in the SOURCE column]' \ '(H -w --timeout)'{-w+,--timeout}'[specify timeout for --poll]:milliseconds: ' \ '(H -x --verify)'{-x,--verify}'[check mount table content]' \ '(H)--verbose[print more information]' \ '(H)1: :->sources_targets' \ '(H)2:: :->targets' \ + '(format)' \ '(H)'{-D,--df}'[imitate the output of df command]' \ '(H)'{-J,--json}'[use JASON output format]' \ '(H)'{-l,--list}'[use list output format]' \ '(H)'{-P,--pairs}'[use key="value" output format]' \ '(H)'{-r,--raw}'[use raw output format]' \ + '(S)' \ '(H)'{-k,--kernel}'[search in /proc/self/mountinfo (default)]' \ '(H)'{-m,--mtab}'[search in /etc/mtab]' \ '(H)'{-N+,--task=}'[search /proc/<pid>/mountinfo]: :_pids' \ '(H)'{-s,--fstab}'[search in /etc/fstab]' \ + '(H)' \ '(- :)'{-h,--help}'[display help text and exit]' \ '(- :)'{-V,--version}'[display version and exit]' \ && ret=0 __findmnt_mountpoints () { compadd "$@" \ ${(f)"$(_call_program mount-points findmnt $opts -oTARGET)"} } case $state in columns) compset -P '+' || _describe -t list-prefixes prefix \ '( +:"not replace but extend the list" )' -S '' && ret=0 local -a columns=( ${${${(f)"$(_call_program columns findmnt -h)"}[(r)Available*,-2]}[2,-1]} ) columns=( ${${${${${${columns## #}//:/\\:}//\[/\\[}//]/\\]}/ /[}/%/]} ) _values -s , -M 'm:{a-z}={A-Z}' column $columns && ret=0 ;; *) # call "findmnt $opts" to get possible sources/targets local opts='-lnve' if [[ -n $opt_args[(I)S-(-m|--mtab)] ]]; then opts+=' -m' elif [[ -n $opt_args[(I)S-(-s|--fstab)] ]]; then opts+=' -s' elif [[ -n $opt_args[(I)S-(-N|--task)] ]]; then opts+=" -N${(v)opt_args[(I)S-(-N|--task)]}" fi ;| sources*) # 'sources' or 'sources_targets' local -a val if compset -P 'LABEL='; then val=( ${(f)"$(_call_program labels findmnt $opts -oLABEL)"} ) _describe -t labels 'LABEL' val && ret=0 elif compset -P 'PARTLABEL='; then val=( ${(f)"$(_call_program labels findmnt $opts -oPARTLABEL)"} ) _describe -t labels 'PARTLABEL' val && ret=0 elif compset -P 'UUID='; then val=( ${(f)"$(_call_program uuids findmnt $opts -oUUID)"} ) _describe -t uuids 'UUID' val && ret=0 elif compset -P 'PARTUUID='; then val=( ${(f)"$(_call_program uuids findmnt $opts -oPARTUUID)"} ) _describe -t uuids 'PARTUUID' val && ret=0 else local -a alts=( 'devices:device:compadd \ $(_call_program devices findmnt $opts -oSOURCE)' 'device-numbers:major-minor:compadd \ ${$(_call_program device-numbers findmnt $opts -oMAJ:MIN)// /}' 'prefixes:prefix:compadd -S "" LABEL= UUID= PARTLABEL= PARTUUID=' ) [[ $state = sources_targets ]] && alts+=( 'mount-points:moutpoint:__findmnt_mountpoints' ) _alternative $alts && ret=0 fi ;; targets) local expl _wanted mount-points expl 'mountpoint' __findmnt_mountpoints && ret=0 ;; esac return ret
Close