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 iptables command in linux?
How do you kill a process in linux?
What will happen when a system call is encountered in a user program?
What does cd – command do?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
Is a command a full sentence?
How to recover /etc/passwd file and /etc/shadow file?
What is the use of finger command in linux?
Why makefile is used in linux?
Explain grep command.
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
In order to display the last five commands you have entered using the fc command, you would type?
Find command can search for files by
What is tail command in linux?
What is difference between free and available memory in linux?