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 command will bring user back to their home directory in UNIX?
How to use grep command to list find the records of a file containing 10 different strings?
What is grep and sed command?
what do you understand bythe term 'de-mountable volumes'?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
What is the difference between a hard link and a soft link in Unix?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
What is “chmod” command?
How can you copy files or directories?
Give Command that will change the name of a directly from paypal to eBay
what does a process mean?
How to get the operating system's information in unix?