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

What is the size of time_t?

0 Answers  


Which command is used to restrict incoming messages?

0 Answers  


What is the output of : $ ps-e $ ps-a commands

5 Answers   IBM,


What is the command to compare two files in unix?

0 Answers  


What are some command words?

0 Answers  






What do know about tee command?

0 Answers  


Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?

5 Answers  


How to find and replace the below command?

2 Answers   HCL,


What is unix command line?

0 Answers  


what does the job command do?

4 Answers  


What is grep short for?

0 Answers  


what is the advaantage of each user having its own copy of the shell?

0 Answers   BMC, CNS, DELL, Infosys,


Categories