How to get the operating system's information in unix?

Answers were Sorted based on User's Feedback



How to get the operating system's information in unix?..

Answer / sameer

uname -a

It will tell you all the OS runing on ur Unix machine.

Is This Answer Correct ?    19 Yes 2 No

How to get the operating system's information in unix?..

Answer / c sivakumar. kumarsiva46@yaho

We can get os release level alone by executing below said
command.
command = uname -r
Output = 5.9

and you can use 'uname -X'. It will display below details:-

System = SunOS
Node = charger2
Release = 5.9
KernelID = Generic_117171-07
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

But if you want complete details, please execute below said
command.

command = uname -a
Output = SunOS bigmummy2 5.9 Generic_117171-07 sun4u sparc
SUNW,Sun-Fire-480R.

Above said command output details are following below:-

operating system = SunOS
node name = bigmummy2
OS release level = 5.9
OS version = Generic_117171-07
Machine hardware name = sun4u
processor type = sparc
HardwareImplimentation = SUNW,Sun-Fire-480R

Is This Answer Correct ?    8 Yes 0 No

How to get the operating system's information in unix?..

Answer / durgababu

PRTCONF

Is This Answer Correct ?    10 Yes 3 No

How to get the operating system's information in unix?..

Answer / vasavi

uname -X
here uname is unix name with the extension

Is This Answer Correct ?    11 Yes 4 No

How to get the operating system's information in unix?..

Answer / abani_mahana

uname,
uname -a

Is This Answer Correct ?    1 Yes 0 No

How to get the operating system's information in unix?..

Answer / kamarali

mcinfo

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Unix Commands Interview Questions

distinguish between interrupts and exceptions?

2 Answers   Infosys, Wipro,


In vi editor how do you execute unix commands?

10 Answers  


what is virtual machine?

2 Answers   Infosys,


distinguish between paging and swapping?

3 Answers   Infosys,


Does cp command overwrite files?

0 Answers  






How many unix commands are there?

0 Answers  


what does the command 'wc' do?

4 Answers  


Write a command to display a file’s contents in various formats?

0 Answers  


how will you login one server's shell prompt to an another server?

5 Answers   Cosmic Infotech, Perot Systems,


in a growing log file how will you see the 1st 99 lines?

7 Answers  


Why is it called a shebang?

0 Answers  


what are processor execution levels and priorities?

2 Answers   Infosys,


Categories