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 does chmod 755 do?
What is ls command and what it does?
What is echo command in batch file?
What does uname do in linux?
How can you copy lines into the buffer in command mode?
What is free linux?
Enlist some linux to file content commands?
How do you limit memory usage for commands?
What is the symbol of linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
Explain grep command.
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What does df command do in linux?
Which command reduces the size of a file?
What does make clean command do?