how do u find remote machine operating system and version?
Answer Posted / bablu
for os
#cat /etc/issue
for version
#uname -v
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Is cmake only for c++?
How do I find the linux version?
What is mkdir p linux?
What does comm do and how to use it?
What is finger command in linux?
Explain the linux ‘cd’ command options along with the description?
What does (cd dir && command) do?
How compile c++ program in cmd?
What is umask in linux?
What is nbtstat command?
What is top command in linux?
What command is used to check the number of files, disk space, and each user’s defined quota?
How you will create new folder / directories and how to remove file and folder in linux?
How do I find the console in linux?
What make install does?