How to check the flavor of UNIX?
Answers were Sorted based on User's Feedback
Answer / debesh
uname -a
<<kernel_name>> <<node_name>> <<release_name>>
<<version_name>> <<machine>> <<processer>> <<hardware>>
<<os>>
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / vamshi
Hi
#uname -a
it'll shows the which OS , kernel version, hardware
| Is This Answer Correct ? | 5 Yes | 2 No |
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 see unused port number in Solaris?
what are the different hardwares available?
What is the use of cut command in unix?
What command will change your prompt to myprompt?
What is the difference between cat command and more command?
what does a process mean?
what is the use of "test" command in unix?
what is virtual machine?
what are the different commands used to view the contents of a file?
What are the general commands in using unix os for a beginner?
How to add content of one file into another file at the beginning
What is the search command in unix?