🎴 Flashcard Mode

Unix/Linux Command Line and System Administration

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How can I tell which version of Unix I am using?

AnswerClick to flip back
A
uname
💡 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.

Change Mode