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

How to view the hidden files in /etc directory?

10 Answers  


Differentiate cmp command from diff command.

0 Answers  


What is time_t?

0 Answers  


Describe the zip/unzip command using gzip.

0 Answers  


What Command will remove a Directory in UNIX?

8 Answers   IBM,






how to check a file system type

7 Answers   Wipro,


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

12 Answers  


can we use cat command as an editor ..???

12 Answers   TCS,


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,


how to change a normal file into hidden file

3 Answers  


what is virtual machine?

2 Answers   Infosys,


What is $0 bash?

0 Answers  


Categories