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 will you convert a general file to a hidden file?

4 Answers  


distinguish between multi-tasking,multi-user,multi- processing and time sharing?

4 Answers   Infosys, Nikhil Construction,


Describe the zip/unzip command using gzip.

0 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


Who command in unix?

0 Answers  






what is kernel?

6 Answers  


What does #!/ Bin sh do?

0 Answers  


What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,


What is unix command line?

0 Answers  


What does sed command do in unix?

0 Answers  


What is the search command in unix?

0 Answers  


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


Categories