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 |
What's a command word?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
Why is shebang used?
Why is awk called awk?
how to sort the content of the file based on numeric values
What is {} in find command?
How to identify whether a file is normal file or directory?
How to see unused port number in Solaris?
in UNIX,How to copy file into directory?
Why is it called grep?
How do you remove a directory?
what are processor execution levels and priorities?