Search This Blog

Debian 10 Missing commands

  • reboot
    systemctl reboot
  • shutdown -h
    systemctl poweroff
  • ifconfig
    ip addr
    or install net-tools
    sudo apt install net-tools -y
  • visudo
    /usr/sbin/visudo

No comments:

Post a Comment