How to check the flavor of UNIX?

Answers were Sorted based on User's Feedback



How to check the flavor of UNIX?..

Answer / guest

using command:

uname -a

Is This Answer Correct ?    48 Yes 3 No

How to check the flavor of UNIX?..

Answer / debesh

uname -a
<<kernel_name>> <<node_name>> <<release_name>>
<<version_name>> <<machine>> <<processer>> <<hardware>>
<<os>>

Is This Answer Correct ?    15 Yes 2 No

How to check the flavor of UNIX?..

Answer / supriya

uname -a

Is This Answer Correct ?    9 Yes 1 No

How to check the flavor of UNIX?..

Answer / vamshi

Hi

#uname -a
it'll shows the which OS , kernel version, hardware

Is This Answer Correct ?    5 Yes 2 No

How to check the flavor of UNIX?..

Answer / santhosh..

if u want know kernel version then

#uname -r

if u want know architecture of os then

#cat /etc/redhat-releases

if u want know about about flavor of unix

#uname -a...like we have so many commands....

Is This Answer Correct ?    1 Yes 0 No

How to check the flavor of UNIX?..

Answer / anand

showrev command will help

Is This Answer Correct ?    3 Yes 3 No

How to check the flavor of UNIX?..

Answer / kiruthiga.s

uname

Is This Answer Correct ?    0 Yes 2 No

How to check the flavor of UNIX?..

Answer / siva

Try this
echo $SHELL

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More Unix Commands Interview Questions

distinguish between interrupts and exceptions?

2 Answers   Infosys, Wipro,


Which Command is Used for temprary switch User?

5 Answers   BitWise, IBM,


how to check a file system type

7 Answers   Wipro,


what does a process mean?

5 Answers   Infosys,


How many bits use for MAC address?

7 Answers   Google,






What is the basic difference between unix and windows operating systems?

43 Answers   Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,


how to find largest file?

14 Answers   HCL, Microsoft, Thomson Reuters,


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


write grep commands to select the lines that have exactly two characters

8 Answers   PSI Data Systems,


What is the difference between cat command and more command?

0 Answers  


How to add content of one file into another file at the beginning

12 Answers  


What does pipe () return?

0 Answers  


Categories