Multiple choice technology operating systems

Commands

  1. pwd

  2. uptime

  3. top

  4. uname -a

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'uname -a' command displays detailed system information including the kernel name, network node hostname, kernel release, kernel version, machine hardware, processor type, hardware platform, and operating system. The other commands show different information: pwd shows path, uptime shows run time, top shows processes.