How do you check system uptime and load?

Question

can you help me with this question

Answer ( 1 )

  1. cat /etc/os-release # Works on most distros

    lsb_release -a # For Debian/Ubuntu

    uname -r # Kernel version

Leave an answer