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 display a file name which has zero bytes in size.
What is the difference between udp and tcp?
How to display no of records in oracle using unix command?
Does cp command overwrite files?
Can you write a command to erase all files in the current directory including all its sub-directories?
what is difference between unix and linux?
what is the default permission for /etc/shadow file in UNIX
what is the default signal kill in unix?
How to get a particular string as your prompt ? Give syntax of that command?
Is ‘du’ a command? If so, what is its use?
hw will u use awk in replacing cahrs and files
How do you copy a directory with many files and folders into another directory?