Multiple choice technology operating systems

Command to find out what kind of a Unix system you are on ?

  1. ipaddress

  2. uname

  3. ip

  4. sysip

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

The uname command displays system information including the operating system name, kernel version, and machine hardware. Running 'uname -a' provides detailed system information, while 'uname' alone typically returns the kernel name (e.g., 'Linux' or 'Darwin'). This is the standard Unix command for system identification.