How to get the operating system's information in unix?
Answers were Sorted based on User's Feedback
Answer / sameer
uname -a
It will tell you all the OS runing on ur Unix machine.
Is This Answer Correct ? | 19 Yes | 2 No |
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 |
Answer / vasavi
uname -X
here uname is unix name with the extension
Is This Answer Correct ? | 11 Yes | 4 No |
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
Which command is used to copy files?
Write a command to find all of the files which have been accessed within the last 30 days.
5 Answers Google, IBM, Satyam,
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does mkdir up2date; touch outdated up2date do?
How to check the flavor of UNIX?
what are the different operating systems available?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
to list a particular line in the file
how to find the 51th record of a file containing 100 records in unix.
what is the significance of "su" command?
which command is used to change group?