1.

Which command is used for extracting the details of the operating system?(a) cd(b) echo(c) uname(d) wcThe question was posed to me during an interview.This intriguing question originated from Commands topic in portion The Unix Architecture & General Purpose Utilities of Unix

Answer»

Correct option is (C) uname

Explanation: uname command is used for extracting the details LIKE name, version of the operating system running on the machine. the cd command is used for CHANGING directories and echo command is used for displaying the contents of a string on to the OUTPUT STREAM. wc command is used for counting words and other details in a file.



Discussion

No Comment Found

Related InterviewSolutions