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 would you change all occurrences of a value using VI?
What are the dos commands?
Is command prompt unix?
What is the difference between pipe and xargs?
what is the command to print last 8 lines of any text file.
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
what are wild cards?
What do chmod command do?
How to convert a hidden file to normal visible file?
what these two commands prints "echo test","cat test"?
How do I open a port?
What is the functionality of a top command?