how do u find remote machine operating system and version?
Answer Posted / vinayak
for os
cat /etc/redhat-release
or cat /etc/issue
for kernel version
uname -r
or uname -a
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is cpu in linux?
What is nslookup command?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
What does grep grep do?
What is grep command in linux with examples?
What is git command?
why is the tar command used?
What is the use of ls command?
How do I find the console in linux?
Explain about sh?
What does mkdir mean?
What is the bash in linux?
What does umask 022 mean?
Which command is used to uncompress gzip files?
What is the makefile in c?