✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ cp240.webserver.pt ​🇻​♯➤ 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 62.193.192.154 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.58
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/zsh/site-functions//_timedatectl
#compdef timedatectl
# SPDX-License-Identifier: LGPL-2.1+

_timedatectl_set-timezone(){
    local -a _timezones
    _timezones=( ${(f)"$(_call_program timezones "${service}" list-timezones)"} )
    compadd "$_timezones[@]"
}

_timedatectl_set-time(){
    _message "YYYY-MM-DD HH:MM:SS"
}

_timedatectl_set-local-rtc(){
    local -a _options
    _options=(
        '0:Maintain RTC in universal time'
        '1:Maintain RTC in local time'
    )
    _describe options _options
}

_timedatectl_set-ntp(){
    local -a _options
    _options=(
        '0:Disable NTP based network time configuration'
        '1:Enable NTP based network time configuration'
    )
    _describe options _options
}

_timedatectl_command(){
    local -a _timedatectl_cmds
    _timedatectl_cmds=(
        'status:Show current time settings'
        'set-time:Set system time'
        'set-timezone:Set system timezone'
        'list-timezones:Show known timezones'
        'set-local-rtc:Control whether RTC is in local time'
        'set-ntp:Control whether NTP is enabled'
    )
    if (( CURRENT == 1 )); then
        _describe -t commands 'timedatectl command' _timedatectl_cmds
    else
        local curcontext="$curcontext"
        cmd="${${_timedatectl_cmds[(r)$words[1]:*]%%:*}}"
        if (( $#cmd )); then
            if (( $+functions[_timedatectl_$cmd] )); then
                _timedatectl_$cmd
            else
                _message "no more options"
            fi
        else
            _message "unknown timedatectl command: $words[1]"
        fi
    fi
}

_arguments -s \
    {-h,--help}'[Show this help]' \
    '--version[Show package version]' \
    '--adjust-system-clock[Adjust system clock when changing local RTC mode]' \
    '--no-pager[Do not pipe output into a pager]' \
    '--no-ask-password[Do not prompt for password]' \
    {-H+,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \
    {-M+,--machine=}'[Operate on local container]:machines:_sd_machines' \
    '*::timedatectl commands:_timedatectl_command'


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


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
8 Dec 2019 8.19 AM
root / root
0755
_bootctl
1.075 KB
22 Jun 2018 11.11 AM
root / root
0644
_borg
54.287 KB
29 Mar 2026 12.08 PM
root / root
0644
_busctl
2.985 KB
22 Jun 2018 11.11 AM
root / root
0644
_coredumpctl
1.545 KB
22 Jun 2018 11.11 AM
root / root
0644
_curl
13.113 KB
24 Mar 2026 1.41 PM
root / root
0644
_hostnamectl
2.217 KB
22 Jun 2018 11.11 AM
root / root
0644
_imunify360_agent
14.317 KB
26 May 2026 9.25 PM
root / root
0644
_journalctl
5.835 KB
22 Jun 2018 11.11 AM
root / root
0644
_kernel-install
0.636 KB
22 Jun 2018 11.11 AM
root / root
0644
_localectl
3.501 KB
22 Jun 2018 11.11 AM
root / root
0644
_loginctl
5.668 KB
22 Jun 2018 11.11 AM
root / root
0644
_mercurial
47.691 KB
8 Dec 2019 8.19 AM
root / root
0644
_restic
6.241 KB
3 Aug 2021 9.45 AM
root / root
0644
_sd_hosts_or_user_at_host
0.113 KB
22 Jun 2018 11.11 AM
root / root
0644
_sd_machines
0.347 KB
22 Jun 2018 11.11 AM
root / root
0644
_sd_outputmodes
0.282 KB
22 Jun 2018 11.11 AM
root / root
0644
_sd_unit_files
0.249 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemctl
15.24 KB
23 Apr 2026 11.12 AM
root / root
0644
_systemd
3.749 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemd-analyze
2.993 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemd-delta
0.551 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemd-inhibit
1.036 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemd-resolve
2.275 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemd-run
3.063 KB
22 Jun 2018 11.11 AM
root / root
0644
_systemd-tmpfiles
0.719 KB
22 Jun 2018 11.11 AM
root / root
0644
_timedatectl
1.994 KB
22 Jun 2018 11.11 AM
root / root
0644
_udevadm
5.856 KB
22 Jun 2018 11.11 AM
root / root
0644

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