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

describe the escaping sequence characteres in unix

1 Answers  


Enlist some filename manipulation commands in unix.

0 Answers  


How many unix commands are there?

0 Answers  


What is command substitution?

0 Answers  


what are the uses of filters?

3 Answers  






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

5 Answers   Google, IBM, Satyam,


What is sed awk grep?

0 Answers  


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


Where LOG fiels resides in AIX and pls tel me how to remove the log file

6 Answers   Vestas,


What is awk command used for?

0 Answers  


What is grep and sed command?

1 Answers  


Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?

1 Answers  


Categories