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 |
Which command can you use to find the currently running process in unix server?
what does a process mean?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
what is the command to print last 8 lines of any text file.
what is virtual machine?
What is the difference between grep and grep?
What is the search command in unix?
Is command prompt unix?
What do chmod, chown, chgrp commands do?
What does mkdir up2date; touch outdated up2date do?
How we will execute previous command in vi editor?
How would you change all occurrences of a value using VI?