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
What is difference between grep and find command in unix?
Is grep faster than awk?
How do I use grep to search for a file?
What are filter commands in unix?
What is grep command in unix with examples?
Who wrote grep?
Differentiate cmp command from diff command.
How do I search a whole word in vim?
What is the difference between awk and grep?
Who invented grep?
Is it inbetween or in between?
Explain command to show the space allocation of files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do you repeat a command in terminal?
Explain how to use grep command to list find the records of a file containing 10 different strings?