Unix command to check which operating system is running

1.       Uname: How to check which operating system is running ?

$ uname
Output:SunOS


How to check its version

$ uname –r
Output:5.7 

0 commentS: