Multiple choice technology operating systems

Whish command is used to find the name of the UNIX System ?

  1. Pipes

  2. Uname

  3. Inode

  4. Filters

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

The uname command in UNIX/Linux displays system information including the kernel name, network node hostname, and other system details. Pipes (A) are for inter-process communication, inodes (C) are file system data structures, and filters (D) are programs that transform text input.