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
How do I check disk space in bash?
How to recover /etc/passwd file and /etc/shadow file?
What is free linux?
How do I run bash on windows?
Which daemon is used for scheduling of the commands?
What is the default number of shell commands saved in the history list of .cshrc file?
What is difference between sh and bash?
What is the difference between locating and locate command?
Enlist some linux networking and troubleshooting commands?
What is ps command in linux?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
Explain the ‘ls’ command in linux
What is a ulimit in unix?
How do I overclock my cpu?
What is unix finger command?