How can I tell which version of Unix I am using?
-
version
-
version -a
-
uname
-
no command
C
Correct answer
Explanation
The 'uname' command displays system information including the Unix/Linux version and kernel details. 'version' is not a valid Unix command, and 'uname -a' shows all information but the basic 'uname' command is sufficient to identify the Unix version.