Multiple choice technology operating systems

How to get the operating system's information in unix?

  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 comprehensive system information including the kernel name, network node hostname, kernel release, kernel version, machine hardware architecture, and operating system. Commands like 'pwd' (print working directory), 'uptime' (system uptime), and 'top' (running processes) serve different purposes and don't provide OS-level information.