How do you find which version and name of unix you are
using at the command prompt?
Answer Posted / c sivakumar
We can get os release level alone by executing below said
command.
command = uname -r
Output = 5.9
But if you want complete details, you have to 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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Which command is used to restrict incoming messages?
What are awk commands?
What is ctrl d?
How does shebang work?
What is grep and how do you use it?
What is difference between grep and find command in unix?
How do I use grep to find a file?
What command will change your prompt to myprompt?
What command is used to switching between users in unix?
What does the metacharacter mean?
What is the use of finger command?
What do chgrp command do?
Using unix command how to display no of records in oracle?
How do I search for a file in unix command?