✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/bash-completion/completions//firewall-cmd
# bash completion for firewall-cmd                         -*- shell-script -*-

# Copyright (C) 2013 Red Hat, Inc.
#
# Authors:
# Jiri Popelka <jpopelka@redhat.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#


# TODO: find a way how to get the following options from firewall-cmd

OPTIONS_LOCKDOWN="--add-lockdown-whitelist-command= --remove-lockdown-whitelist-command= \
       --query-lockdown-whitelist-command= --list-lockdown-whitelist-commands \
       --add-lockdown-whitelist-context= --remove-lockdown-whitelist-context= \
       --query-lockdown-whitelist-context= --list-lockdown-whitelist-contexts \
       --add-lockdown-whitelist-uid= --remove-lockdown-whitelist-uid= \
       --query-lockdown-whitelist-uid= --list-lockdown-whitelist-uids  \
       --add-lockdown-whitelist-user= --remove-lockdown-whitelist-user= \
       --query-lockdown-whitelist-user= --list-lockdown-whitelist-users"

# can be used as standalone or with --permanent
OPTIONS_CONFIG="--get-zones --get-policies --get-services --get-icmptypes --get-helpers \
                ${OPTIONS_LOCKDOWN} --list-all-zones --list-all-policies \
                --info-zone= --info-policy= --info-service= --info-icmptype= \
                --info-ipset= --info-helper="

OPTIONS_ZONE_INTERFACES_SOURCES="\
            --add-interface= --remove-interface= --query-interface= \
            --list-interfaces --change-interface= \
            --add-source= --remove-source= --query-source= \
            --change-source= --list-sources"

OPTIONS_ZONE_POLICY_ACTION="--list-all \
                       --list-services \
                       --add-service= --remove-service= --query-service= \
                       --list-ports \
                       --add-port= --remove-port= --query-port= \
                       --list-protocols \
                       --add-protocol= --remove-protocol= --query-protocol= \
                       --list-source-ports \
                       --add-source-port= --remove-source-port= --query-source-port= \
                       --list-icmp-blocks \
                       --add-icmp-block= --remove-icmp-block= --query-icmp-block= \
                       --list-forward-ports \
                       --add-forward-port= --remove-forward-port= --query-forward-port= \
                       --add-masquerade --remove-masquerade --query-masquerade \
                       --list-rich-rules \
                       --add-rich-rule= --remove-rich-rule= --query-rich-rule="

OPTIONS_ZONE_ADAPT_QUERY="--add-icmp-block-inversion --remove-icmp-block-inversion \
                    --query-icmp-block-inversion \
                    --add-forward --remove-forward --query-forward"

OPTIONS_POLICY_ADAPT_QUERY="--list-ingress-zones \
                            --add-ingress-zone= --remove-ingress-zone= --query-ingress-zone= \
                            --list-egress-zones \
                            --add-egress-zone= --remove-egress-zone= --query-egress-zone="

OPTIONS_ZONE_POLICY_PERMANENT="--get-description --set-description= \
                                    --get-short --set-short= \
                                    --get-target --set-target="

OPTIONS_POLICY_PERMANENT="--get-priority --set-priority="

OPTIONS_IPSET_ACTION_ACTION="--add-entry= --remove-entry= --query-entry= --add-entries-from-file= --remove-entries-from-file"

OPTIONS_IPSET_ADAPT_QUERY="--list-entries"

# can be used with/without preceding --zone=<zone>
OPTIONS_ZONE="${OPTIONS_ZONE_INTERFACES_SOURCES} \
              ${OPTIONS_ZONE_POLICY_ACTION} \
              ${OPTIONS_ZONE_ADAPT_QUERY}"

# can be used with preceding --policy=<policy>
OPTIONS_POLICY="${OPTIONS_ZONE_POLICY_ACTION} \
                ${OPTIONS_POLICY_ADAPT_QUERY}"

OPTIONS_IPSET="${OPTIONS_IPSET_ACTION_ACTION} ${OPTIONS_IPSET_ADAPT_QUERY}"

OPTIONS_PERMANENT_ONLY="--new-icmptype= --new-icmptype-from-file= --delete-icmptype= \
                        --new-service= --new-service-from-file= --delete-service= \
                        --new-zone= --new-zone-from-file= --delete-zone= \
                        --load-zone-defaults= \
                        --new-policy= --new-policy-from-file= --delete-policy= \
                        --load-policy-defaults= \
                        --new-ipset= --new-helper-from-file= --delete-ipset= \
                        --new-helper= --new-helper-from-file= --delete-helper= \
                        --path-zone= --path-policy= --path-service= --path-icmptype= \
                        --path-ipset= --path-helper="

OPTIONS_NEW_IPSET="--type= --option="

OPTIONS_NEW_HELPER="--module= --family="

OPTIONS_HELPER=""

# can be used after --permanent
OPTIONS_PERMANENT="${OPTIONS_CONFIG} \
                   ${OPTIONS_PERMANENT_ONLY} \
                   --zone= ${OPTIONS_ZONE} \
                   --policy= ${OPTIONS_POLICY_PERMANENT} \
                   ${OPTIONS_ZONE_POLICY_PERMANENT}"

OPTIONS_DIRECT="--passthrough \
        --add-chain --remove-chain --query-chain --get-chains --get-all-chains \
        --add-rule --remove-rule  --remove-rules --query-rule  --get-rules  --get-all-rules \
        --add-passthrough --remove-passthrough \
        --query-passthrough --get-passthroughs --get-all-passthroughs"

# these all can be used as a "first" option
OPTIONS_GENERAL="--help --version \
                 --state --reload --complete-reload \
                 --runtime-to-permanent --check-config --reset-to-defaults \
                 --panic-on --panic-off --query-panic \
                 --get-log-denied --set-log-denied= --get-ipset-types \
                 --lockdown-on --lockdown-off --query-lockdown \
                 --get-default-zone --set-default-zone= --get-active-zones \
                 --get-zone-of-interface= --get-zone-of-interface= \
                 ${OPTIONS_CONFIG} \
                 --zone= ${OPTIONS_ZONE} \
                 --policy= \
                 --permanent --direct"

_firewall_cmd()
{
    local cur prev words cword split
    _init_completion -s || return

    case $prev in
    --*-entries-from-file|--new-*-from-file)
        _filedir
        return
        ;;
    --new-ipset*)
        if [[ "$cur" == -* ]]; then
            COMPREPLY=( $( compgen -W "${OPTIONS_NEW_IPSET}" -- "$cur") )
        fi
        ;;
    --new-helper*)
        if [[ "$cur" == -* ]]; then
            COMPREPLY=( $( compgen -W "${OPTIONS_NEW_HELPER}" -- "$cur") )
        fi
        ;;
    --new-*)
        ;;
    --zone|--set-default-zone|--info-zone|--path-zone|--load-zone-defaults|--delete-zone)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-zones`' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-zones`' -- "$cur" ) )
        fi
        ;;
    --add-ingress-zone|--remove-ingress-zone|--query-ingress-zone|\
    --add-egress-zone|--remove-egress-zone|--query-egress-zone)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-zones` HOST ANY' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-zones` HOST ANY' -- "$cur" ) )
        fi
        ;;
    --policy|--info-policy|--path-policy|--load-policy-defaults|--delete-policy)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-policies`' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-policies`' -- "$cur" ) )
        fi
        ;;
    --zone=*)
        if [[ ${words[@]} == *--permanent* ]]; then
            COMPREPLY=( $( compgen -W "${OPTIONS_ZONE} ${OPTIONS_ZONE_POLICY_PERMANENT}" -- "$cur" ) )
        else
            COMPREPLY=( $( compgen -W "${OPTIONS_ZONE}" -- "$cur" ) )
        fi
        ;;
    --policy=*)
        if [[ ${words[@]} == *--permanent* ]]; then
            COMPREPLY=( $( compgen -W "${OPTIONS_POLICY} ${OPTIONS_POLICY_PERMANENT} ${OPTIONS_ZONE_POLICY_PERMANENT}" -- "$cur" ) )
        else
            COMPREPLY=( $( compgen -W "${OPTIONS_POLICY}" -- "$cur" ) )
        fi
        ;;
    --ipset=*)
        COMPREPLY=( $( compgen -W "${OPTIONS_IPSET}" -- "$cur" ) )
        ;;
    --*-ipset)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-ipsets`' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-ipsets`' -- "$cur" ) )
        fi
        ;;
    --*-service)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-services`' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-services`' -- "$cur" ) )
        fi
        ;;
    --helper|--info-helper|--path-helper)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-helpers`' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-helpers`' -- "$cur" ) )
        fi
        ;;
    --helper=*)
        COMPREPLY=( $( compgen -W "${OPTIONS_HELPER}" -- "$cur" ) )
        ;;
    --*-icmp-block|--info-icmptype|--path-icmptype)
        if [[ ${words[@]} == *--permanent* ]]; then
          COMPREPLY=( $( compgen -W '`firewall-cmd --permanent --get-icmptypes`' -- "$cur" ) )
        else
          COMPREPLY=( $( compgen -W '`firewall-cmd --get-icmptypes`' -- "$cur" ) )
        fi
        ;;
    --list-services|--add-service=*|--remove-service=*|--query-service=*|\
    --list-ports|--add-port=*|--remove-port=*|--query-port=*|\
    --list-source-ports|--add-source-port=*|--remove-source-port=*|--query-source-port=*|\
    --list-protocols|--add-protocol=*|--remove-protocol=*|--query-protocol=*|\
    --list-icmp-blocks|--add-icmp-block=*|--remove-icmp-block=*|--query-icmp-block=*|\
    --list-forward-ports|--add-forward-port=*|--remove-forward-port=*|--query-forward-port=*|\
    --list-interfaces|--add-interface=*|--remove-interface=*|--query-interface=*|\
    --list-sources|--add-source=*|--remove-source=*|--query-source=*|\
    --add-ingress-zone=*|--remove-ingress-zone=*|\
    --add-egress-zone=*|--remove-egress-zone=*|\
    --add-forward|--remove-forward|--query-forward|\
    --add-masquerade|--remove-masquerade|--query-masquerade|--list-all|\
    --get-description|--get-short|--set-description=*|--set-short=*)
        opts=""
        # --add and --remove can be used multiple times
        if [[ ( ${prev} == --add-* ) || ( ${prev} == --remove-* ) ]]; then
          [[ ${prev} == *=* ]] && opts="${prev%=*}=" || opts="${prev}"
        fi
        if [[ ! ${words[@]} == *--permanent* ]]; then
          opts="${opts} --permanent"
          [[ ${prev} == --add-* ]] && opts="${opts} --timeout="
        fi
        [[ ! ${words[@]} == *--zone=* ]] && opts="${opts} --zone="
        if [ -n "${opts}" ]; then
            COMPREPLY=( $( compgen -W "${opts}" -- "$cur" ) )
        fi

        ;;
    --*-interface)
        _available_interfaces
        ;;
    --permanent)
        [[ ${words[@]} == *--direct* ]] && opts="${OPTIONS_DIRECT}" || opts="${OPTIONS_PERMANENT} --direct"
        COMPREPLY=( $( compgen -W "${opts}" -- "$cur" ) )
        ;;
    --direct)
        [[ ${words[@]} == *--permanent* ]] && opts="${OPTIONS_DIRECT}" || opts="${OPTIONS_DIRECT} --permanent"
        COMPREPLY=( $( compgen -W "${opts}" -- "$cur" ) )
        ;;
    --*-rich-rule)
        # to not be matched with --*-rule below
        return 0
        ;;
    --passthrough|--*-chain|--get-chains|--*-rule|--get-rules|--remove-rules)
        COMPREPLY=( $( compgen -W 'ipv4 ipv6 eb' -- "$cur" ) )
        ;;
    --add-protocol|--remove-protocol|--query-protocol)
        COMPREPLY=( $( compgen -W '`getent protocols | cut -d " " -f 1`' -- "$cur" ) )
        ;;
    --set-target)
        if [[ ${words[@]} == *--policy=* ]]; then
            COMPREPLY=( $( compgen -W 'CONTINUE ACCEPT DROP REJECT' -- "$cur" ) )
        else
            COMPREPLY=( $( compgen -W 'default ACCEPT DROP REJECT' -- "$cur" ) )
        fi
        ;;
    --set-log-denied)
        COMPREPLY=( $( compgen -W 'all unicast broadcast multicast off' -- "$cur" ) )
        ;;
    ipv4|ipv6|eb)
        if [[ ${words[@]} == *--passthrough* ]]; then
            return 0
        else
            COMPREPLY=( $( compgen -W 'nat filter mangle' -- "$cur" ) )
        fi
        ;;
    *)
        if [[ "$cur" == -* ]]; then
            if [[ ${words[@]} == *--new-ipset* ]]; then
                COMPREPLY=( $( compgen -W "${OPTIONS_NEW_IPSET}" -- "$cur") )
            else
                COMPREPLY=( $( compgen -W "${OPTIONS_GENERAL}" -- "$cur") )
            fi
        fi
        ;;
    esac

    # do not append a space to words that end with =
    [[ $COMPREPLY == *= ]] && compopt -o nospace

} &&
complete -F _firewall_cmd firewall-cmd

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
8 Sep 2026 9.54 AM
root / root
0755
addpart
0.473 KB
6 May 2021 10.55 AM
root / root
0644
appstream-util
2.703 KB
7 Sep 2020 10.20 AM
root / root
0644
biosdecode
0.663 KB
24 Apr 2024 9.26 AM
root / root
0644
blkdiscard
0.67 KB
6 May 2021 10.55 AM
root / root
0644
blkid
2.101 KB
6 May 2021 10.55 AM
root / root
0644
blkzone
0.99 KB
6 May 2021 10.55 AM
root / root
0644
blockdev
0.742 KB
6 May 2021 10.55 AM
root / root
0644
bootctl
3.695 KB
25 Jun 2026 12.26 AM
root / root
0644
busctl
7.239 KB
31 Oct 2022 6.59 PM
root / root
0644
bwrap
1.068 KB
12 Aug 2024 6.00 PM
root / root
0644
cal
0.431 KB
6 May 2021 10.55 AM
root / root
0644
cfdisk
0.594 KB
6 Jan 2022 1.52 PM
root / root
0644
chcpu
1.486 KB
2 Feb 2021 3.41 PM
root / root
0644
chfn
0.435 KB
2 Feb 2021 3.41 PM
root / root
0644
chmem
0.489 KB
2 Feb 2021 3.41 PM
root / root
0644
chrt
0.898 KB
2 Feb 2021 3.41 PM
root / root
0644
chsh
0.492 KB
2 Feb 2021 3.41 PM
root / root
0644
col
0.449 KB
2 Feb 2021 3.41 PM
root / root
0644
colcrt
0.473 KB
2 Feb 2021 3.41 PM
root / root
0644
colrm
0.497 KB
2 Feb 2021 3.41 PM
root / root
0644
column
1.415 KB
6 May 2021 10.55 AM
root / root
0644
coredumpctl
3.646 KB
31 Oct 2022 6.59 PM
root / root
0644
cpupower
3.421 KB
11 Sep 2026 1.33 PM
root / root
0644
ctrlaltdel
0.327 KB
2 Feb 2021 3.41 PM
root / root
0644
dconf
1.152 KB
13 Mar 2021 1.05 AM
root / root
0644
delpart
0.55 KB
6 May 2021 10.55 AM
root / root
0644
devlink
26.762 KB
5 Apr 2026 8.31 AM
root / root
0644
dmesg
1.201 KB
14 Feb 2022 7.49 AM
root / root
0644
dmidecode
1.131 KB
24 Apr 2024 9.26 AM
root / root
0644
dnf
10.965 KB
9 Sep 2022 11.21 AM
root / root
0644
dpll
9.592 KB
5 Apr 2026 8.31 AM
root / root
0644
dracut
4.444 KB
14 Aug 2026 12.41 AM
root / root
0644
eject
1.219 KB
6 May 2021 10.55 AM
root / root
0644
ethtool
24.612 KB
13 May 2025 9.50 AM
root / root
0644
fallocate
0.704 KB
2 Feb 2021 3.41 PM
root / root
0644
fdformat
0.553 KB
2 Feb 2021 3.41 PM
root / root
0644
fdisk
1.87 KB
6 May 2021 10.55 AM
root / root
0644
fincore
0.895 KB
2 Feb 2021 3.41 PM
root / root
0644
findfs
0.679 KB
2 Feb 2021 3.41 PM
root / root
0644
findmnt
3.12 KB
2 Feb 2021 3.41 PM
root / root
0644
firewall-cmd
13.213 KB
4 Aug 2026 8.19 PM
root / root
0644
flatpak
1.321 KB
17 Apr 2024 5.19 PM
root / root
0644
flock
0.854 KB
2 Feb 2021 3.41 PM
root / root
0644
fsck
0.752 KB
6 May 2021 10.55 AM
root / root
0644
fsck.cramfs
0.686 KB
6 May 2021 10.55 AM
root / root
0644
fsck.minix
0.408 KB
6 May 2021 10.55 AM
root / root
0644
fsfreeze
0.512 KB
2 Feb 2021 3.41 PM
root / root
0644
fstrim
0.726 KB
6 May 2021 10.55 AM
root / root
0644
fwupdmgr
9.531 KB
13 Apr 2026 8.35 AM
root / root
0644
fwupdtool
8.133 KB
13 Apr 2026 8.35 AM
root / root
0644
gapplication
1.356 KB
19 Aug 2021 3.27 PM
root / root
0644
gdbus
0.913 KB
19 Aug 2021 3.27 PM
root / root
0644
getopt
0.796 KB
2 Feb 2021 3.41 PM
root / root
0644
gio
3.74 KB
19 Aug 2021 3.27 PM
root / root
0644
gresource
1.324 KB
19 Aug 2021 3.27 PM
root / root
0644
grub
11.407 KB
6 Apr 2026 12.55 PM
root / root
0644
gsettings
2.763 KB
19 Aug 2021 3.27 PM
root / root
0644
gst-inspect-1.0
2.539 KB
29 Apr 2024 7.09 PM
root / root
0644
gst-launch-1.0
3.404 KB
29 Apr 2024 7.09 PM
root / root
0644
hardlink
0.59 KB
2 Feb 2021 3.41 PM
root / root
0644
hexdump
0.983 KB
2 Feb 2021 3.41 PM
root / root
0644
hostnamectl
2.688 KB
31 Oct 2022 6.59 PM
root / root
0644
hwclock
0.938 KB
14 Feb 2022 7.49 AM
root / root
0644
imunify360-agent
12.229 KB
19 Aug 2026 7.51 AM
root / root
0644
ionice
1.134 KB
2 Feb 2021 3.41 PM
root / root
0644
ipcmk
0.563 KB
2 Feb 2021 3.41 PM
root / root
0644
ipcrm
1.39 KB
2 Feb 2021 3.41 PM
root / root
0644
ipcs
0.502 KB
2 Feb 2021 3.41 PM
root / root
0644
irqtop
0.868 KB
14 Feb 2022 7.49 AM
root / root
0644
isosize
0.517 KB
2 Feb 2021 3.41 PM
root / root
0644
journalctl
6.104 KB
31 Oct 2022 6.59 PM
root / root
0644
kernel-install
2.031 KB
25 Jun 2026 12.26 AM
root / root
0644
kmod
3.159 KB
5 May 2014 4.52 AM
root / root
0644
last
0.927 KB
2 Feb 2021 3.41 PM
root / root
0644
ldattach
1.438 KB
2 Feb 2021 3.41 PM
root / root
0644
localectl
3.248 KB
31 Oct 2022 6.59 PM
root / root
0644
logger
1.517 KB
2 Feb 2021 3.41 PM
root / root
0644
loginctl
4.05 KB
31 Oct 2022 6.59 PM
root / root
0644
look
0.667 KB
2 Feb 2021 3.41 PM
root / root
0644
losetup
1.697 KB
2 Feb 2021 3.41 PM
root / root
0644
lsblk
2.104 KB
14 Feb 2022 7.49 AM
root / root
0644
lscpu
1.041 KB
2 Feb 2021 3.41 PM
root / root
0644
lsinitrd
2.066 KB
14 Aug 2026 12.41 AM
root / root
0644
lsipc
1.279 KB
2 Feb 2021 3.41 PM
root / root
0644
lsirq
0.797 KB
6 May 2021 10.55 AM
root / root
0644
lslocks
1.059 KB
2 Feb 2021 3.41 PM
root / root
0644
lslogins
1.71 KB
6 May 2021 10.55 AM
root / root
0644
lsmem
1.044 KB
2 Feb 2021 3.41 PM
root / root
0644
lsns
1.163 KB
2 Feb 2021 3.41 PM
root / root
0644
mcookie
0.585 KB
2 Feb 2021 3.41 PM
root / root
0644
mesg
0.402 KB
2 Feb 2021 3.41 PM
root / root
0644
mkfs
0.644 KB
6 May 2021 10.55 AM
root / root
0644
mkfs.cramfs
0.819 KB
6 May 2021 10.55 AM
root / root
0644
mkfs.minix
0.731 KB
6 May 2021 10.55 AM
root / root
0644
mkswap
0.855 KB
6 May 2021 10.55 AM
root / root
0644
mokutil
1.161 KB
19 Mar 2024 8.45 AM
root / root
0644
more
0.734 KB
6 May 2021 10.55 AM
root / root
0644
mountpoint
0.486 KB
6 May 2021 10.55 AM
root / root
0644
namei
0.488 KB
2 Feb 2021 3.41 PM
root / root
0644
nmcli
3.977 KB
12 Dec 2025 3.24 PM
root / root
0644
nsenter
1.155 KB
14 Feb 2022 7.49 AM
root / root
0644
nvme
41.834 KB
4 Nov 2025 9.36 AM
root / root
0644
ownership
0.577 KB
24 Apr 2024 9.26 AM
root / root
0644
p11-kit
0.658 KB
26 Oct 2023 9.56 AM
root / root
0644
partx
1.271 KB
6 May 2021 10.55 AM
root / root
0644
pip3
0.284 KB
23 May 2026 8.59 AM
root / root
0644
pivot_root
0.378 KB
2 Feb 2021 3.41 PM
root / root
0644
prlimit
1.298 KB
2 Feb 2021 3.41 PM
root / root
0644
readprofile
0.663 KB
2 Feb 2021 3.41 PM
root / root
0644
rename
0.653 KB
14 Feb 2022 7.49 AM
root / root
0644
renice
0.766 KB
2 Feb 2021 3.41 PM
root / root
0644
resizepart
0.591 KB
6 May 2021 10.55 AM
root / root
0644
rev
0.422 KB
2 Feb 2021 3.41 PM
root / root
0644
rfkill
0.922 KB
2 Feb 2021 3.41 PM
root / root
0644
rtcwake
1.056 KB
2 Feb 2021 3.41 PM
root / root
0644
runuser
0.871 KB
14 Feb 2022 7.49 AM
root / root
0644
script
1.036 KB
6 May 2021 10.55 AM
root / root
0644
scriptlive
0.744 KB
6 May 2021 10.55 AM
root / root
0644
scriptreplay
0.896 KB
6 May 2021 10.55 AM
root / root
0644
semanage
6.759 KB
5 Apr 2026 11.05 AM
root / root
0644
setarch
0.771 KB
2 Feb 2021 3.41 PM
root / root
0644
setpriv
2.771 KB
2 Feb 2021 3.41 PM
root / root
0644
setsebool
2.737 KB
4 Apr 2026 11.51 PM
root / root
0644
setsid
0.43 KB
2 Feb 2021 3.41 PM
root / root
0644
setterm
2.53 KB
2 Feb 2021 3.41 PM
root / root
0644
sfdisk
2.074 KB
14 Feb 2022 7.49 AM
root / root
0644
stunnel.bash
0.556 KB
2 Oct 2024 9.15 PM
root / root
0644
su
0.871 KB
14 Feb 2022 7.49 AM
root / root
0644
swaplabel
0.62 KB
2 Feb 2021 3.41 PM
root / root
0644
swapoff
0.726 KB
2 Feb 2021 3.41 PM
root / root
0644
swapon
1.96 KB
2 Feb 2021 3.41 PM
root / root
0644
systemctl
13.853 KB
25 Jun 2026 12.27 AM
root / root
0644
systemd-analyze
7.14 KB
25 Jun 2026 12.24 AM
root / root
0644
systemd-cat
1.679 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-cgls
2.195 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-cgtop
2.188 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-cryptenroll
3.228 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-delta
1.748 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-detect-virt
1.321 KB
25 Jun 2026 12.26 AM
root / root
0644
systemd-id128
2.095 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-path
1.7 KB
31 Oct 2022 6.59 PM
root / root
0644
systemd-run
5.394 KB
31 Oct 2022 6.59 PM
root / root
0644
taskset
1.185 KB
2 Feb 2021 3.41 PM
root / root
0644
tc
26.297 KB
5 Apr 2026 8.31 AM
root / root
0644
timedatectl
2.945 KB
31 Oct 2022 6.59 PM
root / root
0644
tracker3
0.964 KB
11 Jun 2021 10.30 PM
root / root
0644
trust
2.005 KB
24 Oct 2023 12.58 PM
root / root
0644
udevadm
9.661 KB
31 Oct 2022 6.59 PM
root / root
0644
udisksctl
0.837 KB
20 Oct 2025 1.58 PM
root / root
0644
ul
0.64 KB
2 Feb 2021 3.41 PM
root / root
0644
unshare
0.914 KB
6 May 2021 10.55 AM
root / root
0644
utmpdump
0.464 KB
2 Feb 2021 3.41 PM
root / root
0644
uuidgen
0.642 KB
2 Feb 2021 3.41 PM
root / root
0644
uuidparse
0.71 KB
2 Feb 2021 3.41 PM
root / root
0644
vpddecode
0.79 KB
24 Apr 2024 9.26 AM
root / root
0644
wall
0.619 KB
2 Feb 2021 3.41 PM
root / root
0644
wdctl
1.339 KB
2 Feb 2021 3.41 PM
root / root
0644
whereis
0.522 KB
14 Feb 2022 7.49 AM
root / root
0644
wipefs
1.209 KB
6 May 2021 10.55 AM
root / root
0644
write
0.421 KB
2 Feb 2021 3.41 PM
root / root
0644
zramctl
1.26 KB
2 Feb 2021 3.41 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF