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 does find command return in unix?
What is the use of the command 'ls -x chapter[1-5]' ?
What does the “echo” command do?
What are the unix commands?
how to sort the content of the file based on numeric values
What is sed awk grep?
What does touch command do in unix?
What happens when we execute a unix command?
Explain mount and unmount command.
What is the size of time_t?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Why is it called a shebang?
Who wrote grep?
How do I delete files from command prompt?
What does the command '$ls | wc –l > file1' do?